Skip to content

Commit

Permalink
Merge pull request #1084 from mattrjacobs/update-nebula-3-2-0
Browse files Browse the repository at this point in the history
Updated Nebula plugin to 3.2.0 and Gradle to 2.10
  • Loading branch information
mattrjacobs committed Feb 3, 2016
2 parents a578774 + c7818a5 commit 1b4c676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

plugins {
id 'nebula.netflixoss' version '3.1.2'
id 'nebula.netflixoss' version '3.2.0'
id 'me.champeau.gradle.jmh' version '0.2.0'
id 'net.saliman.cobertura' version '2.2.8'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip

0 comments on commit 1b4c676

Please sign in to comment.