Update build.gradle
This commit is contained in:
@ -5,7 +5,7 @@ plugins {
|
||||
id 'application'
|
||||
id 'java-library'
|
||||
id 'war'
|
||||
id 'gradle-ncore' version('2.9.+')
|
||||
id 'gradle-ncore' version('2.0.+')
|
||||
}
|
||||
|
||||
group = 'biz.redsoft.sample'
|
||||
@ -32,7 +32,6 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation 'javax.servlet:javax.servlet-api:3.1.0'
|
||||
implementation 'biz.redsoft.gradle.ncore:gradle-ncore:2.9.+'
|
||||
testCompileClasspath 'org.junit.jupiter:junit-jupiter:5.8.2'
|
||||
runtimeClasspath files(ncoreGenerateControlDataJar)
|
||||
runtimeClasspath files(genJar)
|
||||
|
Reference in New Issue
Block a user