Skip to content

Commit

Permalink
Updated to gradle 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Strnad authored and ngbinh committed Oct 21, 2016
1 parent 55dbe0f commit 88071c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ twoTenProject.ext.scalaDist = "2.10"
twoElevenProject.ext.scalaDist = "2.11"

task wrapper(type: Wrapper) {
gradleVersion = "2.7"
gradleVersion = "3.0"
}

subprojects {
Expand Down Expand Up @@ -71,7 +71,7 @@ subprojects {

compile "org.scalastyle:scalastyle_${versions.scalaDist}:${versions.scalaStyle}"
testCompile 'junit:junit:${versions.junit}'
testCompile ('org.spockframework:spock-core:1.0-groovy-2.3') {
testCompile ('org.spockframework:spock-core:1.0-groovy-2.4') {
exclude group:'org.codehaus.groovy'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ projectRepo = 'https://github.com/ngbinh/gradle-scalastyle-plugin'
projectGroup = org.github.ngbinh.scalastyle

# Change every releases
projectVersion = 0.8.2
projectVersion = 0.9.0

# switch off build daemon
org.gradle.daemon=false
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 @@
#Sun Oct 18 11:14:31 ICT 2015
#Mon Aug 22 17:30:32 CEST 2016
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-3.0-bin.zip

0 comments on commit 88071c7

Please sign in to comment.