Skip to content

Commit

Permalink
build.gradle: update Gradle plugin for GraalVM to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 20, 2025
1 parent 24458e4 commit 89b3955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallettool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'java'
id 'application'
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
id 'org.graalvm.buildtools.native' version '0.9.28' apply false
id 'org.graalvm.buildtools.native' version '0.10.3' apply false
}

def annotationProcessorMinVersion = GradleVersion.version("4.6")
Expand Down

0 comments on commit 89b3955

Please sign in to comment.