Skip to content

Commit

Permalink
fixing up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas.bomer authored and thomas.bomer committed Apr 22, 2016
1 parent 8a27896 commit b40e011
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.github.townsfolk:gradle-release:1.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
}
}

Expand All @@ -24,11 +24,11 @@ dependencies {
compile gradleApi()
compile "nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0"

mainTestCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
mainTestCompile('org.spockframework:spock-core:1.0-groovy-2.4') {
exclude group: 'org.codehaus.groovy'
}
mainTestCompile 'cglib:cglib-nodep:2.2.2'
mainTestCompile 'org.objenesis:objenesis:1.3'
mainTestCompile 'cglib:cglib-nodep:3.2.2'
mainTestCompile 'org.objenesis:objenesis:2.2'
}

check.dependsOn integrationTest
Expand Down Expand Up @@ -69,7 +69,7 @@ publishing_ext {

bintray {
user = 'bancvue'
key = '--changeme--'
key = '-changeme-'

publications = ['gradleCore', 'gradleCoreTest']
dryRun = false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=com.bancvue
artifactId=gradle-core
version=1.3
version=1.4
description=Gradle plugins for general project development
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=http\://services.gradle.org/distributions/gradle-2.0-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.12-bin.zip

0 comments on commit b40e011

Please sign in to comment.