mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Update Gradle to 2.0 + plugins
This commit is contained in:
parent
2dffc2ecf8
commit
f40d9a36bf
12
build.gradle
12
build.gradle
@ -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'
|
||||
}
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user