Comms Sourceset

This commit is contained in:
Brady 2018-11-17 18:07:16 -06:00
parent 689dc74330
commit 46de72e28c
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ sourceSets {
launch {
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output
}
comms {}
main {
compileClasspath += comms.compileClasspath
}
}
minecraft {