mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
build.gradle: update Gradle plugin for GraalVM to 0.10.2
This commit is contained in:
parent
48a11221d7
commit
a08f442d82
@ -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.27' apply false
|
||||
id 'org.graalvm.buildtools.native' version '0.10.2' apply false
|
||||
}
|
||||
|
||||
def annotationProcessorMinVersion = GradleVersion.version("4.6")
|
||||
|
Loading…
Reference in New Issue
Block a user