mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 15:19:24 +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
5 lines
208 B
Groovy
5 lines
208 B
Groovy
apply plugin: "java"
|
|
sourceCompatibility = 1.8
|
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
|
sourceSets.main.java.srcDirs = ["src/", "$buildDir/generated/sources/annotationProcessor/java/main"]
|