chg: moved launcher source files into subproject
This commit is contained in:
parent
94ce6dac49
commit
a9163bd66f
5 changed files with 78 additions and 85 deletions
|
@ -1,18 +1,7 @@
|
|||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDirs = ["${rootProject.buildDir}/src/main/java"]
|
||||
include '**/main/launcher/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
from "${rootProject.projectDir}/src/main/java/helma/main/launcher/manifest.txt"
|
||||
from 'src/main/java/helma/main/launcher/manifest.txt'
|
||||
}
|
||||
}
|
||||
|
||||
task copyJars(type: Copy) {
|
||||
from jar into "${rootProject.projectDir}"
|
||||
}
|
||||
//startScripts.enabled = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue