Skip to content

Commit

Permalink
Merge pull request apache#7756 from sdedic/micronaut/graalvm-native-typo
Browse files Browse the repository at this point in the history
The id of the graalvmNative extension contains a typo.
  • Loading branch information
sdedic committed Sep 17, 2024
2 parents 0b56bd5 + 0079753 commit d686742
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 d686742

Please sign in to comment.