Откат на стабильную версию градла и плагина
This commit is contained in:
@ -14,10 +14,6 @@ java {
|
||||
sourceCompatibility = project.properties.'java.version' ?: 17
|
||||
}
|
||||
|
||||
test {
|
||||
failOnNoDiscoveredTests = false
|
||||
}
|
||||
|
||||
ncore {
|
||||
coreVersion = project.properties.'biz.redsoft.ncore.version'
|
||||
sourceEncoding = 'UTF-8'
|
||||
|
||||
@ -2,6 +2,6 @@ biz.redsoft.ncore.version=1.10.339.178
|
||||
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError
|
||||
org.gradle.daemon=false
|
||||
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.private.repo=https://nexus.red-soft.ru/repository/ncore
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
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
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"dependencies": [],
|
||||
"register": {}
|
||||
}
|
||||
"dependencies" : [ ],
|
||||
"register" : { }
|
||||
}
|
||||
Reference in New Issue
Block a user