File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' com.formkiq.gradle'
8- version ' 1.0.7 '
8+ version ' 1.0.8 '
99
1010allprojects {
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}
You can’t perform that action at this time.
0 commit comments