Update build.gradle

This commit is contained in:
2024-12-26 12:09:02 +03:00
parent 2c8d756763
commit 6fff193d2f

View File

@ -5,13 +5,11 @@ plugins {
id 'application'
id 'java-library'
id 'war'
id 'gradle-ncore' version('3.0.39')
id 'gradle-ncore' version('3.0.42')
}
apply from: "dependencies.gradle"
group = 'biz.redsoft.sample'
targetCompatibility = 1.8
ncore {
@ -20,7 +18,6 @@ ncore {
}
repositories {
mavenLocal()
maven {
url 'https://ncore-repo.red-soft.ru/repository/public'
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'
runtimeClasspath files(ncoreGenerateControlDataJar)
runtimeClasspath files(genJar)
annotationProcessor 'biz.redsoft.ncore:ncoreAnnotationProcessor:1.0.+'
}
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')