Save loading regression tests
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
apply plugin: "java"
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
sourceSets{
|
||||
test{
|
||||
resources{
|
||||
srcDir "src/test/resources"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user