mirror of
https://github.com/ProjectSWGCore/pswgcommon.git
synced 2026-01-15 23:04:19 -05:00
Merged resources and java output to facilitate easier command line running
This commit is contained in:
@@ -47,6 +47,16 @@ idea {
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
output.setResourcesDir(destinationDirectory.get())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named("processResources").configure { dependsOn("compileJava") }
|
||||
|
||||
repositories {
|
||||
maven("https://dev.joshlarson.me/maven2")
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user