From f0a820d82d4e54a33949adf13d6c094f7a85a9e7 Mon Sep 17 00:00:00 2001 From: "r.kislukhin" Date: Wed, 2 Oct 2019 13:00:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=20=D0=BA=20=D0=B8?= =?UTF-8?q?=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D0=B8=D0=BA=D0=B0=D0=BC=20=D1=8F?= =?UTF-8?q?=D0=B4=D1=80=D0=B0.=20=D0=9D=D0=B5=D0=BC=D0=BD=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=D1=8B?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20?= =?UTF-8?q?=D1=8F=D0=B4=D1=80=D0=BE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle | 11 +++++++++++ gradle.properties | 2 +- ncore-properties.xml | 3 +++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 168759b..a1be53d 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,5 @@ rootProject.name = 'biz.redsoft.myproject' 8. Актуальная версия ядра указывается в файле gradle.properties: ``` -biz.redsoft.ncore.version=1.5.366.14 +biz.redsoft.ncore.version=1.6.69.0 ``` diff --git a/build.gradle b/build.gradle index 00e6af9..088d4ea 100644 --- a/build.gradle +++ b/build.gradle @@ -5,11 +5,13 @@ buildscript { } dependencies { classpath 'biz.redsoft.gradle.ncore:gradle-ncore:+' + classpath 'nu.studer:gradle-credentials-plugin:1.0.4' } } group = 'biz.redsoft.sample' +apply plugin: 'nu.studer.credentials' apply plugin: 'idea' apply plugin: 'application' apply plugin: 'war' @@ -24,6 +26,15 @@ ncore { repositories { mavenLocal() + maven { + url 'http://nexus.red-soft.biz/repository/public' + if (project.credentials.user != null && project.credentials.password != null) { + credentials { + username project.credentials.user + password project.credentials.password + } + } + } } dependencies { diff --git a/gradle.properties b/gradle.properties index fd5c014..1254cad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -biz.redsoft.ncore.version=1.5.366.14 +biz.redsoft.ncore.version=1.6.69.0 diff --git a/ncore-properties.xml b/ncore-properties.xml index 347333f..c466383 100644 --- a/ncore-properties.xml +++ b/ncore-properties.xml @@ -13,4 +13,7 @@ SYSDBA masterkey + + yes--> + yes \ No newline at end of file