Update build.gradle

This commit is contained in:
2024-12-09 15:58:48 +03:00
parent a01f5c547a
commit b48b53e28a

View File

@ -5,7 +5,7 @@ plugins {
id 'application' id 'application'
id 'java-library' id 'java-library'
id 'war' id 'war'
id 'gradle-ncore' version('2.0.+') id 'gradle-ncore' version('3.0.21')
} }
apply from: "dependencies.gradle" apply from: "dependencies.gradle"