Skip to content

Commit

Permalink
Upgrade to Gradle 3.4.1. Enable incremental java compilation (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos committed Mar 6, 2017
1 parent ee6fbe3 commit eaae560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ configure(javaProjects) {

compileJava {
// options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
options.incremental = true
}

compileTestJava {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Feb 21 10:05:51 PST 2017
#Sun Mar 05 20:39:47 PST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip

0 comments on commit eaae560

Please sign in to comment.