Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Updated a few GAVs and Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Oct 10, 2014
1 parent cfcc292 commit 6b20563
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.2'
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.7.1'
}
}

Expand All @@ -30,6 +32,7 @@ task acceptanceTest(type: Test) {
testClassesDir = sourceSets.acceptanceTest.output.classesDir
classpath = sourceSets.acceptanceTest.runtimeClasspath
}

acceptanceTest.mustRunAfter project.tasks.findByName('test')
acceptanceTest.description = 'Runs the acceptance tests.'
acceptanceTest.group = JavaBasePlugin.VERIFICATION_GROUP
Expand All @@ -43,7 +46,7 @@ dependencies {

compile gradleApi()
compile localGroovy()
compile 'com.android.tools.build:gradle:0.12.1'
compile 'com.android.tools.build:gradle:0.13.2'
compile 'org.rauschig:jarchivelib:0.6.0'
compile 'commons-io:commons-io:2.4'

Expand All @@ -63,6 +66,7 @@ install {
pom.artifactId = 'gradle-plugin'
}
}

uploadArchives {
repositories.mavenDeployer {
pom.artifactId = 'gradle-plugin'
Expand Down Expand Up @@ -99,3 +103,4 @@ modifyPom {
}
}
}

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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 @@
#Fri Nov 22 02:31:13 GMT 2013
#Fri Oct 10 01:50:37 EDT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip

0 comments on commit 6b20563

Please sign in to comment.