mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
47068e6b7a
* Upgrade gradle plugin; add target version attribute to finance and sample cordapps. * Remove '-SNAPSHOT' from gradlePluginsVersion. * Fix naming. * Update docs. * Respond to feedback. * Fix irs demo * Fix more samples * Fix more samples * Fix deployNodes * Fix deployNodes * more fixes * fix simm valuation * more fixes * more fixes * more fixes * more fixes * Publication should have *nothing* to do with cordformation and deployNodes. Remove it! And if this exposes a bug then "so be it". * Disable CorDapp signing for Cordapp Configuration and Network Verifier. * Disable CorDapp signing for SIMM Valuation Demo. * Remove remaining publishing nonsense from samples. * Workarounds fpr cordapp-configuration, network-verifier and simm-valuation-demo: JarSigner rejects jars with duplicates inside, so remove them. * Upgrade to Gradle plugin 4.0.32 and reenable CorDapp signing for samples.
19 lines
600 B
Properties
19 lines
600 B
Properties
gradlePluginsVersion=4.0.32
|
|
kotlinVersion=1.2.51
|
|
# ***************************************************************#
|
|
# When incrementing platformVersion make sure to update #
|
|
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
|
|
# ***************************************************************#
|
|
platformVersion=4
|
|
guavaVersion=25.1-jre
|
|
proguardVersion=6.0.3
|
|
bouncycastleVersion=1.60
|
|
disruptorVersion=3.4.2
|
|
typesafeConfigVersion=1.3.1
|
|
jsr305Version=3.0.2
|
|
artifactoryPluginVersion=4.7.3
|
|
snakeYamlVersion=1.19
|
|
caffeineVersion=2.6.2
|
|
metricsVersion=3.2.5
|
|
metricsNewRelicVersion=1.1.1
|