1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 12:58:38 +03:00
Mindustry/tests/build.gradle
2019-06-12 15:52:47 -04:00

11 lines
147 B
Groovy

apply plugin: "java"
sourceCompatibility = 1.8
sourceSets{
test{
resources{
srcDir "src/test/resources"
}
}
}