Skip to content

Commit

Permalink
Upgrade netflixoss
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavc committed Jan 29, 2016
1 parent 0bf2514 commit 348456c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
buildscript {
repositories {
jcenter()
}
}

plugins {
id 'nebula.netflixoss' version '2.2.9'
id 'nebula.netflixoss' version '3.1.2'
}

subprojects {
Expand All @@ -15,3 +21,7 @@ subprojects {
jcenter()
}
}

task wrapper(type: Wrapper) {
gradleVersion = '2.10'
}
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 @@
#Thu Jan 28 18:00:04 PST 2016
#Fri Jan 29 15:04:07 PST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip

0 comments on commit 348456c

Please sign in to comment.