Disabled warning output

This commit is contained in:
Adubbz 2015-02-16 09:40:13 +11:00
parent 040d029726
commit 941aca208b
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ reobf.addExtraSrgFile mixinSrg
// Source compiler configuration
tasks.withType(JavaCompile) {
options.compilerArgs += [ '-Xlint:all', '-Xlint:-path', '-Xlint:-processing', "-AreobfSrgFile=${tasks.reobf.srg}", "-AoutSrgFile=${mixinSrg}" ]
options.deprecation = true
options.compilerArgs += [ /*'-Xlint:all', '-Xlint:-path', '-Xlint:-processing',*/ "-AreobfSrgFile=${tasks.reobf.srg}", "-AoutSrgFile=${mixinSrg}" ]
//options.deprecation = true
options.encoding = 'utf8'
}