Skip to content

Commit

Permalink
The id of the graalvmNative extension contains a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedic committed Sep 16, 2024
1 parent 180b3f7 commit 0079753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
)
public class MicronautGradleArtifactsImpl implements ProjectArtifactsImplementation<MicronautGradleArtifactsImpl.R>{
private static final String EXTENSION_GRAAL_VM_NATIVE = "graalVmNative";
private static final String EXTENSION_GRAAL_VM_NATIVE = "graalvmNative";
private static final String TASK_NATIVE_COMPILE = "nativeCompile";

private final Project project;
Expand Down

0 comments on commit 0079753

Please sign in to comment.