Skip to content

Commit

Permalink
turn off verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 committed Oct 23, 2023
1 parent 0233a5e commit 4a5eaa6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ android {
targetCompatibility JavaVersion.VERSION_11
}

allprojects {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
// Verbose logging for debug
// allprojects {
// tasks.withType(JavaCompile) {
// options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
// }
// }
defaultConfig {
applicationId "mil.nga.mapcache"
resValue "string", "applicationId", applicationId
Expand Down

0 comments on commit 4a5eaa6

Please sign in to comment.