chg: moved launcher source files into subproject

This commit is contained in:
Tobi Schäfer 2020-03-17 20:47:14 +01:00
parent 94ce6dac49
commit a9163bd66f
5 changed files with 78 additions and 85 deletions

View file

@ -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