Mindustry/tests/build.gradle
Patrick 'Quezler' Mounier e06d8eabec
[formatting] add newline to file(s) (#1508)
* Trail appropriate files with a new line

* For some ironic reason it ignored itself

Probably because it wasn’t tracked/commited yet.

* Rename newlines to server executable naming pattern
2020-02-05 18:36:56 -05:00

12 lines
148 B
Groovy

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