Добавил зависимости gen и control
This commit is contained in:
@ -41,6 +41,8 @@ dependencies {
|
|||||||
provided 'javax.servlet:javax.servlet-api:3.1.0'
|
provided 'javax.servlet:javax.servlet-api:3.1.0'
|
||||||
|
|
||||||
testCompile 'org.junit.jupiter:junit-jupiter:5.8.2'
|
testCompile 'org.junit.jupiter:junit-jupiter:5.8.2'
|
||||||
|
runtimeClasspath files(ncoreGenerateControlDataJar)
|
||||||
|
runtimeClasspath files(genJar)
|
||||||
}
|
}
|
||||||
|
|
||||||
// writing build process to a log file
|
// writing build process to a log file
|
||||||
@ -95,7 +97,7 @@ jar{
|
|||||||
manifest{
|
manifest{
|
||||||
attributes(
|
attributes(
|
||||||
'Main-Class': 'biz.redsoft.ncore.client.MainForm',
|
'Main-Class': 'biz.redsoft.ncore.client.MainForm',
|
||||||
'Class-Path': configurations.runtimeClasspath.collect { it.name }.join(' ') + " ${ncoreGenerateControlDataJar.archiveName}"
|
'Class-Path': configurations.runtimeClasspath.collect { it.name }.join(' ')
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user