Save loading regression tests

This commit is contained in:
Anuken
2019-06-12 15:52:47 -04:00
parent 62bd0442df
commit 73c48afc99
3 changed files with 11 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
apply plugin: "java"
sourceCompatibility = 1.8
sourceSets{
test{
resources{
srcDir "src/test/resources"
}
}
}