Disabled warning output
This commit is contained in:
parent
040d029726
commit
941aca208b
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue