From b40e01153f60a45b10924e2b575653f0dc7d471a Mon Sep 17 00:00:00 2001 From: "thomas.bomer" Date: Fri, 22 Apr 2016 12:34:07 -0500 Subject: [PATCH] fixing up versions --- build.gradle | 10 +++++----- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 2ab76f8..02f7e83 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } @@ -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 @@ -69,7 +69,7 @@ publishing_ext { bintray { user = 'bancvue' - key = '--changeme--' + key = '-changeme-' publications = ['gradleCore', 'gradleCoreTest'] dryRun = false diff --git a/gradle.properties b/gradle.properties index d27e4bd..40a0448 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.bancvue artifactId=gradle-core -version=1.3 +version=1.4 description=Gradle plugins for general project development diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fb18b06..255b3f5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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