From cbe1c62aec346bc4ce9d1a171b4da228a511c87d Mon Sep 17 00:00:00 2001 From: Mike Friesen Date: Fri, 19 Dec 2025 22:18:45 -0600 Subject: [PATCH] Updated graalvm-native-plugin to 1.7.5 --- build.gradle | 8 ++++++-- settings.gradle | 7 ++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d173859..4057e71 100644 --- a/build.gradle +++ b/build.gradle @@ -5,13 +5,14 @@ plugins { } group 'com.formkiq.gradle' -version '1.0.6' +version '1.0.7' allprojects { apply plugin: 'com.diffplug.spotless' } repositories { + mavenLocal() gradlePluginPortal() } @@ -19,7 +20,10 @@ dependencies { implementation 'com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.4.1' implementation 'com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:7.2.1' implementation 'com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.52.0' - implementation 'com.formkiq.gradle.graalvm-native-plugin:com.formkiq.gradle.graalvm-native-plugin.gradle.plugin:1.7.4' + implementation 'com.formkiq.gradle.graalvm-native-plugin:com.formkiq.gradle.graalvm-native-plugin.gradle.plugin:1.7.5' + + // can use for local graalvm.native-plugin use + // implementation "com.formkiq.gradle:graalvm-native-plugin:1.7.5" testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0") testImplementation 'org.spockframework:spock-core' } diff --git a/settings.gradle b/settings.gradle index 85a4bd1..6b650fa 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,6 @@ -rootProject.name = "java-base-plugin" +/* +pluginManagement { + includeBuild '../graalvm-native-plugin' +}*/ + +rootProject.name = "java-base-plugin" \ No newline at end of file