We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3192152 commit b211602Copy full SHA for b211602
build.gradle
@@ -3,8 +3,8 @@ plugins {
3
id 'application'
4
id 'jacoco'
5
id 'org.cadixdev.licenser' version '0.6.1'
6
- id 'org.graalvm.buildtools.native' version '0.10.2'
7
- id 'com.github.johnrengelman.shadow' version '7.1.2'
+ id 'org.graalvm.buildtools.native' version '0.10.6'
+ id 'com.github.johnrengelman.shadow' version '8.1.1'
8
}
9
10
// define these in the `gradle.properties` file
0 commit comments