Build script reformatting / 'Fixed' all unchecked warnings
This commit is contained in:
+5
-1
@@ -1,4 +1,8 @@
|
||||
apply plugin: "java"
|
||||
sourceCompatibility = 1.8
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
sourceSets.main.java.srcDirs = ["src/"]
|
||||
sourceSets.main.java.srcDirs = ["src/"]
|
||||
|
||||
compileJava{
|
||||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
||||
}
|
||||
Reference in New Issue
Block a user