We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627511d commit e83d53dCopy full SHA for e83d53d
log4js-servlet/build.gradle
@@ -26,3 +26,8 @@ dependencies {
26
testCompile group: 'junit', name: 'junit', version: '4.12'
27
28
}
29
+
30
+compileJava {
31
+ options.encoding = 'UTF-8'
32
+ options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
33
+}
0 commit comments