mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
add commented-out javac option
(so I don't have to research it again)
This commit is contained in:
parent
ad8451d5c9
commit
5c09d9b9a4
1 changed files with 5 additions and 0 deletions
|
@ -446,4 +446,9 @@ gradle.projectsEvaluated {
|
|||
build.dependsOn(makeBuildAssets)
|
||||
}
|
||||
|
||||
// To turn on javac options
|
||||
// tasks.withType(JavaCompile) {
|
||||
// options.compilerArgs += ["-Xdiags:verbose"]
|
||||
// }
|
||||
|
||||
apply plugin: 'com.google.gms.google-services' // rm-for-fdroid
|
||||
|
|
Loading…
Reference in a new issue