fix the tests

This commit is contained in:
Leijurv 2019-03-12 09:38:05 -07:00
parent 82d77a7bac
commit 4cf6783622
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ sourceSets {
}
test {
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output
runtimeClasspath += main.compileClasspath + main.runtimeClasspath + main.output
}
launch {
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output