diff --git a/build.gradle b/build.gradle index 2783c04..06b6166 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' id 'java-library' id 'war' - id 'gradle-ncore' version('3.0.65') + id 'gradle-ncore' version("$pluginVersion") } apply from: "dependencies.gradle" diff --git a/gradle.properties b/gradle.properties index b7a32e1..7911e14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ -biz.redsoft.ncore.version=1.9.+ +biz.redsoft.ncore.version=1.9.19.251 +pluginVersion=3.0.82