Skip to content

Commit

Permalink
Fix module name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles committed Jul 12, 2024
1 parent ff958d7 commit fd166ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.microsoft.aspire.extensions.quarkus.QuarkusExtension;

module com.microsoft.aspire.extensions.micronaut {
module com.microsoft.aspire.extensions.quarkus {
requires transitive com.microsoft.aspire.extensions.microservice.common;
requires java.logging;

Expand Down

0 comments on commit fd166ca

Please sign in to comment.