Update Gradle to 2.0 + plugins

This commit is contained in:
Seth Goings 2014-07-23 15:36:36 -06:00
parent 2dffc2ecf8
commit f40d9a36bf
3 changed files with 6 additions and 10 deletions

View File

@ -4,13 +4,13 @@ buildscript {
}
dependencies {
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:2.2.4'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.0'
}
}
apply plugin: 'native-binaries'
apply plugin: 'native-component'
apply plugin: 'ivy-publish'
apply plugin: 'artifactory-publish'
apply plugin: 'com.jfrog.artifactory'
artifactory {
contextUrl = "http://oss.jfrog.org"
@ -27,10 +27,6 @@ artifactory {
username = System.env.BINTRAY_USER
password = System.env.BINTRAY_API_KEY
}
defaults {
publications 'linux-x86_64'
}
}
}
@ -93,5 +89,5 @@ publishing {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.12'
gradleVersion = '2.0'
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Thu May 29 20:48:19 MDT 2014
#Wed Jul 23 15:29:56 MDT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip