mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 14:22:45 +01:00
build.gradle: update Gradle plugin for GraalVM to 0.10.3
This commit is contained in:
parent
498240a897
commit
4eb75d8d0b
1 changed files with 1 additions and 1 deletions
|
@ -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.10.2' apply false
|
||||
id 'org.graalvm.buildtools.native' version '0.10.3' apply false
|
||||
}
|
||||
|
||||
def annotationProcessorMinVersion = GradleVersion.version("4.6")
|
||||
|
|
Loading…
Add table
Reference in a new issue