Update build.gradle
This commit is contained in:
@ -5,13 +5,11 @@ plugins {
|
|||||||
id 'application'
|
id 'application'
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'war'
|
id 'war'
|
||||||
id 'gradle-ncore' version('3.0.39')
|
id 'gradle-ncore' version('3.0.42')
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "dependencies.gradle"
|
apply from: "dependencies.gradle"
|
||||||
|
|
||||||
group = 'biz.redsoft.sample'
|
|
||||||
|
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
ncore {
|
ncore {
|
||||||
@ -20,7 +18,6 @@ ncore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
|
||||||
maven {
|
maven {
|
||||||
url 'https://ncore-repo.red-soft.ru/repository/public'
|
url 'https://ncore-repo.red-soft.ru/repository/public'
|
||||||
if (project.credentials.user != null && project.credentials.password != null) {
|
if (project.credentials.user != null && project.credentials.password != null) {
|
||||||
@ -39,9 +36,11 @@ dependencies {
|
|||||||
testImplementation 'org.apache.tomcat.embed:tomcat-embed-jasper:9.0.76'
|
testImplementation 'org.apache.tomcat.embed:tomcat-embed-jasper:9.0.76'
|
||||||
runtimeClasspath files(ncoreGenerateControlDataJar)
|
runtimeClasspath files(ncoreGenerateControlDataJar)
|
||||||
runtimeClasspath files(genJar)
|
runtimeClasspath files(genJar)
|
||||||
annotationProcessor 'biz.redsoft.ncore:ncoreAnnotationProcessor:1.0.+'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
group = 'biz.redsoft.sample'
|
||||||
|
|
||||||
// writing build process to a log file
|
// writing build process to a log file
|
||||||
// --------------------- BUILD LOG SETTINGS ----------------------
|
// --------------------- BUILD LOG SETTINGS ----------------------
|
||||||
def tstamp = new Date().format('yyyy-MM-dd_HH-mm-ss')
|
def tstamp = new Date().format('yyyy-MM-dd_HH-mm-ss')
|
||||||
|
Reference in New Issue
Block a user