merge 1.10
This commit is contained in:
15
build.gradle
15
build.gradle
@ -5,11 +5,9 @@ plugins {
|
||||
id 'application'
|
||||
id 'java-library'
|
||||
id 'war'
|
||||
id 'gradle-ncore' version("$pluginVersion")
|
||||
id 'gradle-ncore' version('3.0.59')
|
||||
}
|
||||
|
||||
apply from: "dependencies.gradle"
|
||||
|
||||
targetCompatibility = 1.8
|
||||
|
||||
ncore {
|
||||
@ -17,6 +15,7 @@ ncore {
|
||||
sourceEncoding = 'UTF-8'
|
||||
}
|
||||
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://ncore-repo.red-soft.ru/repository/ncore'
|
||||
@ -39,6 +38,8 @@ dependencies {
|
||||
}
|
||||
|
||||
|
||||
group = 'biz.redsoft.sample'
|
||||
|
||||
// writing build process to a log file
|
||||
// --------------------- BUILD LOG SETTINGS ----------------------
|
||||
def tstamp = new Date().format('yyyy-MM-dd_HH-mm-ss')
|
||||
@ -129,8 +130,10 @@ startScripts {
|
||||
}
|
||||
|
||||
distTar {
|
||||
duplicatesStrategy = DuplicatesStrategy.WARN
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
}
|
||||
distZip {
|
||||
duplicatesStrategy = DuplicatesStrategy.WARN
|
||||
}
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
}
|
||||
ncoreRestoreDB.writeToWebProps = false
|
||||
ncoreRestoreDB.generateUniqueDBPath = false
|
Reference in New Issue
Block a user