mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
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:
parent
8784e51a8f
commit
759fd9b5bb
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
gradlePluginsVersion=4.0.34
|
||||
gradlePluginsVersion=4.0.36
|
||||
kotlinVersion=1.2.71
|
||||
# ***************************************************************#
|
||||
# When incrementing platformVersion make sure to update #
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user