Update to corda-gradle-plugins v4.0.36 (#4292)

* Update to corda-gradle-plugins v4.0.36 (new development key for JAR signing).
* Changed maven repo from https://dl.bintray.com/kotlin/kotlin-eap/   to https://kotlin.bintray.com/kotlinx.
This commit is contained in:
szymonsztuka 2018-11-27 11:41:05 +00:00 committed by GitHub
parent 8784e51a8f
commit 759fd9b5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -86,9 +86,8 @@ buildscript {
mavenLocal()
mavenCentral()
jcenter()
// This repository is needed for Dokka until 0.9.16 is released.
maven {
url 'https://dl.bintray.com/kotlin/kotlin-eap/'
url 'https://kotlin.bintray.com/kotlinx'
}
maven {
url "$artifactory_contextUrl/corda-releases"

View File

@ -1,4 +1,4 @@
gradlePluginsVersion=4.0.34
gradlePluginsVersion=4.0.36
kotlinVersion=1.2.71
# ***************************************************************#
# When incrementing platformVersion make sure to update #

View File

@ -13,6 +13,10 @@ cordapp {
// but the jar signer doesn't support that yet.
enabled false
}
sealing {
// Cannot seal JAR because other module also defines classes in the package net.corda.vega.analytics
enabled false
}
}
configurations {

View File

@ -9,6 +9,10 @@ cordapp {
signing {
enabled false
}
sealing {
// Cannot seal JAR because other module also defines classes in the package net.corda.vega.analytics
enabled false
}
}
dependencies {