From a4a30679357d0604dad3a9085d0f59f02137b0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=A2=D0=BE=D0=BB?= =?UTF-8?q?=D1=81=D1=82=D1=8B=D1=85?= Date: Fri, 27 Mar 2026 16:18:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=B0=D1=82=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D1=81=D1=82=D0=B0=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D1=83=D1=8E?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D0=B4=D0=BB=D0=B0=20=D0=B8=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ---- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 5378f5e..4ac770b 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index 10dc75c..c9e016d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d30212c..0d01abe 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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