Skip to content

Commit 97acd1b

Browse files
committed
Updated graalvm-native-plugin to 1.7.5
1 parent 51f1620 commit 97acd1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.formkiq.gradle'
8-
version '1.0.7'
8+
version '1.0.8'
99

1010
allprojects {
1111
apply plugin: 'com.diffplug.spotless'
@@ -20,10 +20,10 @@ dependencies {
2020
implementation 'com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.4.1'
2121
implementation 'com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:7.2.1'
2222
implementation 'com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.52.0'
23-
implementation 'com.formkiq.gradle.graalvm-native-plugin:com.formkiq.gradle.graalvm-native-plugin.gradle.plugin:1.7.5'
23+
implementation 'com.formkiq.gradle.graalvm-native-plugin:com.formkiq.gradle.graalvm-native-plugin.gradle.plugin:1.7.6'
2424

2525
// can use for local graalvm.native-plugin use
26-
// implementation "com.formkiq.gradle:graalvm-native-plugin:1.7.5"
26+
// implementation "com.formkiq.gradle:graalvm-native-plugin:1.7.6"
2727
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
2828
testImplementation 'org.spockframework:spock-core'
2929
}

0 commit comments

Comments
 (0)