Skip to content

Commit

Permalink
Update to gradle-ajoberstar 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Oct 3, 2014
1 parent 54b07eb commit 2a3570b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ buildscript {
maven { url 'http://dl.bintray.com/ajoberstar/temp-forks' }
}
dependencies {
classpath 'org.ajoberstar:gradle-ajoberstar:0.2.0'
classpath 'org.ajoberstar:gradle-ajoberstar:0.3.2'
}
}

group = 'org.ajoberstar'

apply plugin: 'groovy'
apply plugin: 'maven-publish'
apply plugin: 'bintray'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'ajoberstar'

ajoberstar {
Expand Down

0 comments on commit 2a3570b

Please sign in to comment.