Откат на стабильную версию градла и плагина

This commit is contained in:
2026-03-27 16:18:08 +03:00
parent 974dcfaecc
commit a4a3067935
3 changed files with 2 additions and 6 deletions

View File

@ -14,10 +14,6 @@ java {
sourceCompatibility = project.properties.'java.version' ?: 17 sourceCompatibility = project.properties.'java.version' ?: 17
} }
test {
failOnNoDiscoveredTests = false
}
ncore { ncore {
coreVersion = project.properties.'biz.redsoft.ncore.version' coreVersion = project.properties.'biz.redsoft.ncore.version'
sourceEncoding = 'UTF-8' sourceEncoding = 'UTF-8'

View File

@ -2,6 +2,6 @@ biz.redsoft.ncore.version=1.10.339.178
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=false org.gradle.daemon=false
org.gradle.configureondemand=true org.gradle.configureondemand=true
pluginVersion=4.0.27 pluginVersion=3.1.10
biz.redsoft.public.repo=https://nexus.red-soft.ru/repository/public biz.redsoft.public.repo=https://nexus.red-soft.ru/repository/public
biz.redsoft.private.repo=https://nexus.red-soft.ru/repository/ncore biz.redsoft.private.repo=https://nexus.red-soft.ru/repository/ncore

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists