UI refactoring, new save dialog
This commit is contained in:
@@ -56,6 +56,8 @@ draftWar {
|
||||
task addSource{
|
||||
doLast{
|
||||
sourceSets.main.compileClasspath += files(project(':core').sourceSets.main.allJava.srcDirs)
|
||||
//this WILL fail if uCore is not a module
|
||||
sourceSets.main.compileClasspath += files(project(':uCore').sourceSets.main.allJava.srcDirs)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user