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()
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
// This repository is needed for Dokka until 0.9.16 is released.
|
|
||||||
maven {
|
maven {
|
||||||
url 'https://dl.bintray.com/kotlin/kotlin-eap/'
|
url 'https://kotlin.bintray.com/kotlinx'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "$artifactory_contextUrl/corda-releases"
|
url "$artifactory_contextUrl/corda-releases"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
gradlePluginsVersion=4.0.34
|
gradlePluginsVersion=4.0.36
|
||||||
kotlinVersion=1.2.71
|
kotlinVersion=1.2.71
|
||||||
# ***************************************************************#
|
# ***************************************************************#
|
||||||
# When incrementing platformVersion make sure to update #
|
# When incrementing platformVersion make sure to update #
|
||||||
|
@ -13,6 +13,10 @@ cordapp {
|
|||||||
// but the jar signer doesn't support that yet.
|
// but the jar signer doesn't support that yet.
|
||||||
enabled false
|
enabled false
|
||||||
}
|
}
|
||||||
|
sealing {
|
||||||
|
// Cannot seal JAR because other module also defines classes in the package net.corda.vega.analytics
|
||||||
|
enabled false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -9,6 +9,10 @@ cordapp {
|
|||||||
signing {
|
signing {
|
||||||
enabled false
|
enabled false
|
||||||
}
|
}
|
||||||
|
sealing {
|
||||||
|
// Cannot seal JAR because other module also defines classes in the package net.corda.vega.analytics
|
||||||
|
enabled false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user