This commit is contained in:
2025-04-01 19:49:06 +03:00
parent fcd46c5264
commit 63859ce45d
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -1 +1,2 @@
biz.redsoft.ncore.version=1.9.19.251
pluginVersion=3.0.82