mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-08 14:24:52 +07:00
e06d8eabec
* 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
12 lines
148 B
Groovy
12 lines
148 B
Groovy
apply plugin: "java"
|
|
|
|
sourceCompatibility = 1.8
|
|
|
|
sourceSets{
|
|
test{
|
|
resources{
|
|
srcDir "src/test/resources"
|
|
}
|
|
}
|
|
}
|