Skip to content

Commit

Permalink
Fix extra-configurations-plugin to a gradle-2.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Jan 9, 2015
1 parent 0f8e794 commit fad7544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+'
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:2.0.1'
}
}

Expand Down

0 comments on commit fad7544

Please sign in to comment.