Commit 30fe124571f4ede2f4f8be2f7c5645405a7f0292

Authored by dengwei
1 parent a2d8287f

feat add -parameters

Showing 1 changed file with 2 additions and 2 deletions
build.gradle
... ... @@ -51,6 +51,6 @@ subprojects {
51 51  
52 52 tasks.withType(JavaCompile) {
53 53 options.encoding = 'UTF-8'
54   - options.compilerArgs += ['-Xlint:unchecked', '-Xlint:deprecation']
  54 + options.compilerArgs += ['-Xlint:unchecked', '-Xlint:deprecation', '-parameters']
55 55 }
56   -}
57 56 \ No newline at end of file
  57 +}
... ...