diff --git a/Accounts/supplychain/build.gradle b/Accounts/supplychain/build.gradle index 2caa8169..be02e7f2 100644 --- a/Accounts/supplychain/build.gradle +++ b/Accounts/supplychain/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -23,13 +16,6 @@ configurations { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Accounts/supplychain/contracts/build.gradle b/Accounts/supplychain/contracts/build.gradle index afa45f6e..71218207 100644 --- a/Accounts/supplychain/contracts/build.gradle +++ b/Accounts/supplychain/contracts/build.gradle @@ -12,9 +12,6 @@ cordapp { licence "A liberal, open source licence" versionId 1 } - signing { - enabled true - } } dependencies { diff --git a/Accounts/supplychain/gradle.properties b/Accounts/supplychain/gradle.properties index 704e3c34..9f1140e7 100644 --- a/Accounts/supplychain/gradle.properties +++ b/Accounts/supplychain/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Accounts/supplychain/settings.gradle b/Accounts/supplychain/settings.gradle index fa4e0af2..45f64fa3 100644 --- a/Accounts/supplychain/settings.gradle +++ b/Accounts/supplychain/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Accounts/supplychain/workflows/build.gradle b/Accounts/supplychain/workflows/build.gradle index 30d05ab5..722e015a 100644 --- a/Accounts/supplychain/workflows/build.gradle +++ b/Accounts/supplychain/workflows/build.gradle @@ -13,9 +13,6 @@ cordapp { licence "A liberal, open source licence" versionId 1 } - signing { - enabled false - } } sourceSets { diff --git a/Accounts/tictacthor/build.gradle b/Accounts/tictacthor/build.gradle index 483a5445..1e3c7225 100644 --- a/Accounts/tictacthor/build.gradle +++ b/Accounts/tictacthor/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -23,13 +16,6 @@ configurations { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Accounts/tictacthor/gradle.properties b/Accounts/tictacthor/gradle.properties index 4434e68c..5aa972df 100644 --- a/Accounts/tictacthor/gradle.properties +++ b/Accounts/tictacthor/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Accounts/tictacthor/settings.gradle b/Accounts/tictacthor/settings.gradle index d51c61ce..d1af6c58 100644 --- a/Accounts/tictacthor/settings.gradle +++ b/Accounts/tictacthor/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Advanced/auction-cordapp/build.gradle b/Advanced/auction-cordapp/build.gradle index 6b43d326..46f2f2e3 100644 --- a/Advanced/auction-cordapp/build.gradle +++ b/Advanced/auction-cordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Advanced/auction-cordapp/gradle.properties b/Advanced/auction-cordapp/gradle.properties index eaecef7e..1597371f 100644 --- a/Advanced/auction-cordapp/gradle.properties +++ b/Advanced/auction-cordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Advanced/auction-cordapp/settings.gradle b/Advanced/auction-cordapp/settings.gradle index cd0c773f..ade9acfc 100644 --- a/Advanced/auction-cordapp/settings.gradle +++ b/Advanced/auction-cordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Advanced/duediligence-cordapp/build.gradle b/Advanced/duediligence-cordapp/build.gradle index 457ee871..18872f2b 100644 --- a/Advanced/duediligence-cordapp/build.gradle +++ b/Advanced/duediligence-cordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Advanced/duediligence-cordapp/gradle.properties b/Advanced/duediligence-cordapp/gradle.properties index 165e3cb1..4a9acde6 100644 --- a/Advanced/duediligence-cordapp/gradle.properties +++ b/Advanced/duediligence-cordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Advanced/duediligence-cordapp/settings.gradle b/Advanced/duediligence-cordapp/settings.gradle index 5bb7ec88..f303a1f7 100644 --- a/Advanced/duediligence-cordapp/settings.gradle +++ b/Advanced/duediligence-cordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Advanced/negotiation-cordapp/build.gradle b/Advanced/negotiation-cordapp/build.gradle index 94e71525..6145bf63 100644 --- a/Advanced/negotiation-cordapp/build.gradle +++ b/Advanced/negotiation-cordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Advanced/negotiation-cordapp/gradle.properties b/Advanced/negotiation-cordapp/gradle.properties index 4e560db0..1637e431 100644 --- a/Advanced/negotiation-cordapp/gradle.properties +++ b/Advanced/negotiation-cordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Advanced/negotiation-cordapp/settings.gradle b/Advanced/negotiation-cordapp/settings.gradle index 70c08db7..c1f46514 100644 --- a/Advanced/negotiation-cordapp/settings.gradle +++ b/Advanced/negotiation-cordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Advanced/obligation-cordapp/build.gradle b/Advanced/obligation-cordapp/build.gradle index 292f1acc..02d8de63 100644 --- a/Advanced/obligation-cordapp/build.gradle +++ b/Advanced/obligation-cordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Advanced/obligation-cordapp/gradle.properties b/Advanced/obligation-cordapp/gradle.properties index bd54c564..2898970d 100644 --- a/Advanced/obligation-cordapp/gradle.properties +++ b/Advanced/obligation-cordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Advanced/obligation-cordapp/settings.gradle b/Advanced/obligation-cordapp/settings.gradle index 817055e4..ff5fa45c 100644 --- a/Advanced/obligation-cordapp/settings.gradle +++ b/Advanced/obligation-cordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Advanced/secretsanta-cordapp/build.gradle b/Advanced/secretsanta-cordapp/build.gradle index c9b7b9f6..132c713e 100644 --- a/Advanced/secretsanta-cordapp/build.gradle +++ b/Advanced/secretsanta-cordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Advanced/secretsanta-cordapp/gradle.properties b/Advanced/secretsanta-cordapp/gradle.properties index 487f3f67..c66841a6 100644 --- a/Advanced/secretsanta-cordapp/gradle.properties +++ b/Advanced/secretsanta-cordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Advanced/secretsanta-cordapp/settings.gradle b/Advanced/secretsanta-cordapp/settings.gradle index cd0c773f..ade9acfc 100644 --- a/Advanced/secretsanta-cordapp/settings.gradle +++ b/Advanced/secretsanta-cordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Advanced/snakesandladders-cordapp/build.gradle b/Advanced/snakesandladders-cordapp/build.gradle index a7c2d9cf..ea377daa 100644 --- a/Advanced/snakesandladders-cordapp/build.gradle +++ b/Advanced/snakesandladders-cordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Advanced/snakesandladders-cordapp/gradle.properties b/Advanced/snakesandladders-cordapp/gradle.properties index 888b96d9..da215da4 100644 --- a/Advanced/snakesandladders-cordapp/gradle.properties +++ b/Advanced/snakesandladders-cordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Advanced/snakesandladders-cordapp/settings.gradle b/Advanced/snakesandladders-cordapp/settings.gradle index 046fe108..fdd56ce4 100644 --- a/Advanced/snakesandladders-cordapp/settings.gradle +++ b/Advanced/snakesandladders-cordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Advanced/syndicated-lending/build.gradle b/Advanced/syndicated-lending/build.gradle index f0196304..8e3c4fd2 100644 --- a/Advanced/syndicated-lending/build.gradle +++ b/Advanced/syndicated-lending/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Advanced/syndicated-lending/gradle.properties b/Advanced/syndicated-lending/gradle.properties index ebb41271..1296091b 100644 --- a/Advanced/syndicated-lending/gradle.properties +++ b/Advanced/syndicated-lending/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Advanced/syndicated-lending/settings.gradle b/Advanced/syndicated-lending/settings.gradle index fa4e0af2..45f64fa3 100644 --- a/Advanced/syndicated-lending/settings.gradle +++ b/Advanced/syndicated-lending/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Basic/cordapp-example/build.gradle b/Basic/cordapp-example/build.gradle index 332c46ec..08490762 100644 --- a/Basic/cordapp-example/build.gradle +++ b/Basic/cordapp-example/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -23,13 +16,6 @@ configurations { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Basic/cordapp-example/gradle.properties b/Basic/cordapp-example/gradle.properties index 299f2996..7b4bb27f 100644 --- a/Basic/cordapp-example/gradle.properties +++ b/Basic/cordapp-example/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Basic/cordapp-example/settings.gradle b/Basic/cordapp-example/settings.gradle index 75380022..47c41b8e 100644 --- a/Basic/cordapp-example/settings.gradle +++ b/Basic/cordapp-example/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Basic/flow-database-access/build.gradle b/Basic/flow-database-access/build.gradle index 7ef53354..42e000c8 100644 --- a/Basic/flow-database-access/build.gradle +++ b/Basic/flow-database-access/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Basic/flow-database-access/gradle.properties b/Basic/flow-database-access/gradle.properties index 910624e1..abdd802a 100644 --- a/Basic/flow-database-access/gradle.properties +++ b/Basic/flow-database-access/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Basic/flow-database-access/settings.gradle b/Basic/flow-database-access/settings.gradle index 447b9c2e..5e80b832 100644 --- a/Basic/flow-database-access/settings.gradle +++ b/Basic/flow-database-access/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Basic/flow-http-access/build.gradle b/Basic/flow-http-access/build.gradle index f37631b1..a0c487c5 100644 --- a/Basic/flow-http-access/build.gradle +++ b/Basic/flow-http-access/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Basic/flow-http-access/gradle.properties b/Basic/flow-http-access/gradle.properties index ea6c31e1..849500eb 100644 --- a/Basic/flow-http-access/gradle.properties +++ b/Basic/flow-http-access/gradle.properties @@ -16,7 +16,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Basic/flow-http-access/settings.gradle b/Basic/flow-http-access/settings.gradle index 447b9c2e..5e80b832 100644 --- a/Basic/flow-http-access/settings.gradle +++ b/Basic/flow-http-access/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Basic/ping-pong/build.gradle b/Basic/ping-pong/build.gradle index 76452f93..112ba3cf 100644 --- a/Basic/ping-pong/build.gradle +++ b/Basic/ping-pong/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Basic/ping-pong/gradle.properties b/Basic/ping-pong/gradle.properties index 18e8084f..228d081a 100644 --- a/Basic/ping-pong/gradle.properties +++ b/Basic/ping-pong/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Basic/ping-pong/settings.gradle b/Basic/ping-pong/settings.gradle index cd29a761..a8bdb453 100644 --- a/Basic/ping-pong/settings.gradle +++ b/Basic/ping-pong/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Basic/tutorial-applestamp/build.gradle b/Basic/tutorial-applestamp/build.gradle index 74a456ec..c80c07f9 100644 --- a/Basic/tutorial-applestamp/build.gradle +++ b/Basic/tutorial-applestamp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Basic/tutorial-applestamp/gradle.properties b/Basic/tutorial-applestamp/gradle.properties index d7e84e9c..d074856e 100644 --- a/Basic/tutorial-applestamp/gradle.properties +++ b/Basic/tutorial-applestamp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Basic/tutorial-applestamp/settings.gradle b/Basic/tutorial-applestamp/settings.gradle index 70c08db7..c1f46514 100644 --- a/Basic/tutorial-applestamp/settings.gradle +++ b/Basic/tutorial-applestamp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/BusinessNetworks/insurancebusinessnetwork/build.gradle b/BusinessNetworks/insurancebusinessnetwork/build.gradle index 60353894..6efc7cf6 100644 --- a/BusinessNetworks/insurancebusinessnetwork/build.gradle +++ b/BusinessNetworks/insurancebusinessnetwork/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/BusinessNetworks/insurancebusinessnetwork/gradle.properties b/BusinessNetworks/insurancebusinessnetwork/gradle.properties index 0d0a7398..32ddb534 100644 --- a/BusinessNetworks/insurancebusinessnetwork/gradle.properties +++ b/BusinessNetworks/insurancebusinessnetwork/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/BusinessNetworks/insurancebusinessnetwork/settings.gradle b/BusinessNetworks/insurancebusinessnetwork/settings.gradle index fa4e0af2..45f64fa3 100644 --- a/BusinessNetworks/insurancebusinessnetwork/settings.gradle +++ b/BusinessNetworks/insurancebusinessnetwork/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/attachment-blacklist/build.gradle b/Features/attachment-blacklist/build.gradle index 4ccc9062..7d054010 100644 --- a/Features/attachment-blacklist/build.gradle +++ b/Features/attachment-blacklist/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/attachment-blacklist/gradle.properties b/Features/attachment-blacklist/gradle.properties index 46345ddc..c0e9b72e 100644 --- a/Features/attachment-blacklist/gradle.properties +++ b/Features/attachment-blacklist/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/attachment-blacklist/settings.gradle b/Features/attachment-blacklist/settings.gradle index 5bb7ec88..f303a1f7 100644 --- a/Features/attachment-blacklist/settings.gradle +++ b/Features/attachment-blacklist/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/attachment-sendfile/build.gradle b/Features/attachment-sendfile/build.gradle index 93b9fbfa..f8d458f6 100644 --- a/Features/attachment-sendfile/build.gradle +++ b/Features/attachment-sendfile/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/attachment-sendfile/gradle.properties b/Features/attachment-sendfile/gradle.properties index e892e44d..014f9ca5 100644 --- a/Features/attachment-sendfile/gradle.properties +++ b/Features/attachment-sendfile/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/attachment-sendfile/settings.gradle b/Features/attachment-sendfile/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/attachment-sendfile/settings.gradle +++ b/Features/attachment-sendfile/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/confidentialIdentity-whistleblower/build.gradle b/Features/confidentialIdentity-whistleblower/build.gradle index 85aa9a1f..b1b859dd 100644 --- a/Features/confidentialIdentity-whistleblower/build.gradle +++ b/Features/confidentialIdentity-whistleblower/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/confidentialIdentity-whistleblower/gradle.properties b/Features/confidentialIdentity-whistleblower/gradle.properties index b7807e88..be4d93b3 100644 --- a/Features/confidentialIdentity-whistleblower/gradle.properties +++ b/Features/confidentialIdentity-whistleblower/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/confidentialIdentity-whistleblower/settings.gradle b/Features/confidentialIdentity-whistleblower/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/confidentialIdentity-whistleblower/settings.gradle +++ b/Features/confidentialIdentity-whistleblower/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/contractsdk-recordplayers/build.gradle b/Features/contractsdk-recordplayers/build.gradle index b7bdd75b..d6d70af4 100644 --- a/Features/contractsdk-recordplayers/build.gradle +++ b/Features/contractsdk-recordplayers/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/contractsdk-recordplayers/gradle.properties b/Features/contractsdk-recordplayers/gradle.properties index 32b7f17a..0fec4083 100644 --- a/Features/contractsdk-recordplayers/gradle.properties +++ b/Features/contractsdk-recordplayers/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/contractsdk-recordplayers/settings.gradle b/Features/contractsdk-recordplayers/settings.gradle index 1d542e37..b3c5c7b4 100644 --- a/Features/contractsdk-recordplayers/settings.gradle +++ b/Features/contractsdk-recordplayers/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/cordaService-autopayroll/build.gradle b/Features/cordaService-autopayroll/build.gradle index e34bbb6a..2c9d3d3c 100644 --- a/Features/cordaService-autopayroll/build.gradle +++ b/Features/cordaService-autopayroll/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/cordaService-autopayroll/gradle.properties b/Features/cordaService-autopayroll/gradle.properties index 8942fab3..373c4b69 100644 --- a/Features/cordaService-autopayroll/gradle.properties +++ b/Features/cordaService-autopayroll/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/cordaService-autopayroll/settings.gradle b/Features/cordaService-autopayroll/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/cordaService-autopayroll/settings.gradle +++ b/Features/cordaService-autopayroll/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/customlogging-yocordapp/build.gradle b/Features/customlogging-yocordapp/build.gradle index 01694520..bd86d910 100644 --- a/Features/customlogging-yocordapp/build.gradle +++ b/Features/customlogging-yocordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/customlogging-yocordapp/gradle.properties b/Features/customlogging-yocordapp/gradle.properties index f9ea2674..af3bf828 100644 --- a/Features/customlogging-yocordapp/gradle.properties +++ b/Features/customlogging-yocordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/customlogging-yocordapp/settings.gradle b/Features/customlogging-yocordapp/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/customlogging-yocordapp/settings.gradle +++ b/Features/customlogging-yocordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/customquery-carinsurance/build.gradle b/Features/customquery-carinsurance/build.gradle index 6268c007..c5a1396f 100644 --- a/Features/customquery-carinsurance/build.gradle +++ b/Features/customquery-carinsurance/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/customquery-carinsurance/gradle.properties b/Features/customquery-carinsurance/gradle.properties index 37c6e799..e77161a4 100644 --- a/Features/customquery-carinsurance/gradle.properties +++ b/Features/customquery-carinsurance/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/customquery-carinsurance/settings.gradle b/Features/customquery-carinsurance/settings.gradle index 25ff2dc7..e51ba7b5 100644 --- a/Features/customquery-carinsurance/settings.gradle +++ b/Features/customquery-carinsurance/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/dockerform-yocordapp/build.gradle b/Features/dockerform-yocordapp/build.gradle index 5335ac1e..6f03c888 100644 --- a/Features/dockerform-yocordapp/build.gradle +++ b/Features/dockerform-yocordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Dockerform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/dockerform-yocordapp/gradle.properties b/Features/dockerform-yocordapp/gradle.properties index 712d85ee..b2fa33be 100644 --- a/Features/dockerform-yocordapp/gradle.properties +++ b/Features/dockerform-yocordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/dockerform-yocordapp/settings.gradle b/Features/dockerform-yocordapp/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/dockerform-yocordapp/settings.gradle +++ b/Features/dockerform-yocordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/encumbrance-avatar/build.gradle b/Features/encumbrance-avatar/build.gradle index 01694520..bd86d910 100644 --- a/Features/encumbrance-avatar/build.gradle +++ b/Features/encumbrance-avatar/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/encumbrance-avatar/gradle.properties b/Features/encumbrance-avatar/gradle.properties index 548672a6..99d5c4d3 100644 --- a/Features/encumbrance-avatar/gradle.properties +++ b/Features/encumbrance-avatar/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/encumbrance-avatar/settings.gradle b/Features/encumbrance-avatar/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/encumbrance-avatar/settings.gradle +++ b/Features/encumbrance-avatar/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/notarychange-iou/build.gradle b/Features/notarychange-iou/build.gradle index 6021926f..8bd886fb 100644 --- a/Features/notarychange-iou/build.gradle +++ b/Features/notarychange-iou/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/notarychange-iou/gradle.properties b/Features/notarychange-iou/gradle.properties index 88771837..40400206 100644 --- a/Features/notarychange-iou/gradle.properties +++ b/Features/notarychange-iou/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/notarychange-iou/settings.gradle b/Features/notarychange-iou/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/notarychange-iou/settings.gradle +++ b/Features/notarychange-iou/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/observableStates-tradereporting/build.gradle b/Features/observableStates-tradereporting/build.gradle index f8934ccc..18bbe5e9 100644 --- a/Features/observableStates-tradereporting/build.gradle +++ b/Features/observableStates-tradereporting/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/observableStates-tradereporting/gradle.properties b/Features/observableStates-tradereporting/gradle.properties index 55c5daa0..3677067d 100644 --- a/Features/observableStates-tradereporting/gradle.properties +++ b/Features/observableStates-tradereporting/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/observableStates-tradereporting/settings.gradle b/Features/observableStates-tradereporting/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/observableStates-tradereporting/settings.gradle +++ b/Features/observableStates-tradereporting/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/oracle-primenumber/build.gradle b/Features/oracle-primenumber/build.gradle index 4379e0c0..1742341c 100644 --- a/Features/oracle-primenumber/build.gradle +++ b/Features/oracle-primenumber/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/oracle-primenumber/gradle.properties b/Features/oracle-primenumber/gradle.properties index f0daca01..b2f70dda 100644 --- a/Features/oracle-primenumber/gradle.properties +++ b/Features/oracle-primenumber/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/oracle-primenumber/settings.gradle b/Features/oracle-primenumber/settings.gradle index 70c08db7..c1f46514 100644 --- a/Features/oracle-primenumber/settings.gradle +++ b/Features/oracle-primenumber/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/postgres-cordapp/build.gradle b/Features/postgres-cordapp/build.gradle index 053511c6..938aaf57 100644 --- a/Features/postgres-cordapp/build.gradle +++ b/Features/postgres-cordapp/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/postgres-cordapp/gradle.properties b/Features/postgres-cordapp/gradle.properties index e3ed2ddb..855ae2dd 100644 --- a/Features/postgres-cordapp/gradle.properties +++ b/Features/postgres-cordapp/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/postgres-cordapp/settings.gradle b/Features/postgres-cordapp/settings.gradle index 5bb7ec88..f303a1f7 100644 --- a/Features/postgres-cordapp/settings.gradle +++ b/Features/postgres-cordapp/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/queryableState-carinsurance/build.gradle b/Features/queryableState-carinsurance/build.gradle index be7ce527..040983d7 100644 --- a/Features/queryableState-carinsurance/build.gradle +++ b/Features/queryableState-carinsurance/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/queryableState-carinsurance/gradle.properties b/Features/queryableState-carinsurance/gradle.properties index ad0ce112..2403194e 100644 --- a/Features/queryableState-carinsurance/gradle.properties +++ b/Features/queryableState-carinsurance/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/queryableState-carinsurance/settings.gradle b/Features/queryableState-carinsurance/settings.gradle index 25ff2dc7..e51ba7b5 100644 --- a/Features/queryableState-carinsurance/settings.gradle +++ b/Features/queryableState-carinsurance/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/referenceStates-sanctionsBody/build.gradle b/Features/referenceStates-sanctionsBody/build.gradle index 59593df2..6e60682f 100644 --- a/Features/referenceStates-sanctionsBody/build.gradle +++ b/Features/referenceStates-sanctionsBody/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/referenceStates-sanctionsBody/gradle.properties b/Features/referenceStates-sanctionsBody/gradle.properties index c06b5747..3e67ecce 100644 --- a/Features/referenceStates-sanctionsBody/gradle.properties +++ b/Features/referenceStates-sanctionsBody/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/referenceStates-sanctionsBody/settings.gradle b/Features/referenceStates-sanctionsBody/settings.gradle index 058f01b9..061c6655 100644 --- a/Features/referenceStates-sanctionsBody/settings.gradle +++ b/Features/referenceStates-sanctionsBody/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/schedulableState-heartbeat/build.gradle b/Features/schedulableState-heartbeat/build.gradle index aaf29530..5b4d2b0f 100644 --- a/Features/schedulableState-heartbeat/build.gradle +++ b/Features/schedulableState-heartbeat/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/schedulableState-heartbeat/gradle.properties b/Features/schedulableState-heartbeat/gradle.properties index 71701414..f283b0f4 100644 --- a/Features/schedulableState-heartbeat/gradle.properties +++ b/Features/schedulableState-heartbeat/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/schedulableState-heartbeat/settings.gradle b/Features/schedulableState-heartbeat/settings.gradle index 058f01b9..061c6655 100644 --- a/Features/schedulableState-heartbeat/settings.gradle +++ b/Features/schedulableState-heartbeat/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Features/state-reissuance/build.gradle b/Features/state-reissuance/build.gradle index c82ab370..ad2d2875 100644 --- a/Features/state-reissuance/build.gradle +++ b/Features/state-reissuance/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Features/state-reissuance/gradle.properties b/Features/state-reissuance/gradle.properties index 82aac638..9df1c512 100644 --- a/Features/state-reissuance/gradle.properties +++ b/Features/state-reissuance/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Features/state-reissuance/settings.gradle b/Features/state-reissuance/settings.gradle index 7e9e15bf..03d1e67e 100644 --- a/Features/state-reissuance/settings.gradle +++ b/Features/state-reissuance/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Tokens/bikemarket/build.gradle b/Tokens/bikemarket/build.gradle index f1b7490a..fa9dfe10 100644 --- a/Tokens/bikemarket/build.gradle +++ b/Tokens/bikemarket/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Tokens/bikemarket/gradle.properties b/Tokens/bikemarket/gradle.properties index f04753e6..10b935af 100644 --- a/Tokens/bikemarket/gradle.properties +++ b/Tokens/bikemarket/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Tokens/bikemarket/settings.gradle b/Tokens/bikemarket/settings.gradle index fa4e0af2..45f64fa3 100644 --- a/Tokens/bikemarket/settings.gradle +++ b/Tokens/bikemarket/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Tokens/dollartohousetoken/build.gradle b/Tokens/dollartohousetoken/build.gradle index bf11c412..f3f4b2ce 100644 --- a/Tokens/dollartohousetoken/build.gradle +++ b/Tokens/dollartohousetoken/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Tokens/dollartohousetoken/gradle.properties b/Tokens/dollartohousetoken/gradle.properties index 3d76c328..07480a50 100644 --- a/Tokens/dollartohousetoken/gradle.properties +++ b/Tokens/dollartohousetoken/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Tokens/dollartohousetoken/settings.gradle b/Tokens/dollartohousetoken/settings.gradle index fa4e0af2..45f64fa3 100644 --- a/Tokens/dollartohousetoken/settings.gradle +++ b/Tokens/dollartohousetoken/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Tokens/fungiblehousetoken/build.gradle b/Tokens/fungiblehousetoken/build.gradle index 110b6bf0..264d7eaa 100644 --- a/Tokens/fungiblehousetoken/build.gradle +++ b/Tokens/fungiblehousetoken/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Tokens/fungiblehousetoken/gradle.properties b/Tokens/fungiblehousetoken/gradle.properties index ed527768..6942cb0e 100644 --- a/Tokens/fungiblehousetoken/gradle.properties +++ b/Tokens/fungiblehousetoken/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Tokens/fungiblehousetoken/settings.gradle b/Tokens/fungiblehousetoken/settings.gradle index fa4e0af2..45f64fa3 100644 --- a/Tokens/fungiblehousetoken/settings.gradle +++ b/Tokens/fungiblehousetoken/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Tokens/stockpaydividend/build.gradle b/Tokens/stockpaydividend/build.gradle index 0735bdef..b2aa50e7 100644 --- a/Tokens/stockpaydividend/build.gradle +++ b/Tokens/stockpaydividend/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Tokens/stockpaydividend/gradle.properties b/Tokens/stockpaydividend/gradle.properties index 52dc8ab4..041d37f1 100644 --- a/Tokens/stockpaydividend/gradle.properties +++ b/Tokens/stockpaydividend/gradle.properties @@ -14,7 +14,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Tokens/stockpaydividend/settings.gradle b/Tokens/stockpaydividend/settings.gradle index fa4e0af2..45f64fa3 100644 --- a/Tokens/stockpaydividend/settings.gradle +++ b/Tokens/stockpaydividend/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() } diff --git a/Tokens/tokentofriend/build.gradle b/Tokens/tokentofriend/build.gradle index 492e7bce..d74871c4 100644 --- a/Tokens/tokentofriend/build.gradle +++ b/Tokens/tokentofriend/build.gradle @@ -2,13 +2,6 @@ import static org.gradle.jvm.toolchain.JavaLanguageVersion.of import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import net.corda.plugins.Cordform -buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } -} - plugins { id 'org.jetbrains.kotlin.jvm' apply false id 'net.corda.plugins.cordformation' @@ -16,13 +9,6 @@ plugins { } subprojects { //Properties that you need to compile your project (The application) - buildscript { - configurations.classpath { - // FORCE Gradle to use latest SNAPSHOT plugins. - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' - } - } - pluginManager.withPlugin('java') { java { toolchain { diff --git a/Tokens/tokentofriend/gradle.properties b/Tokens/tokentofriend/gradle.properties index dcf8215f..1356e45d 100644 --- a/Tokens/tokentofriend/gradle.properties +++ b/Tokens/tokentofriend/gradle.properties @@ -10,7 +10,7 @@ corda_release_group=net.corda corda_core_group=net.corda corda_release_version=4.9 corda_platform_version=10 -corda_gradle_plugins_version=5.1.0-SNAPSHOT +corda_gradle_plugins_version=5.1.0-RC01 kotlin_plugin_version=1.3.31 kotlin_version=1.2.71 junit_version=4.13.2 diff --git a/Tokens/tokentofriend/settings.gradle b/Tokens/tokentofriend/settings.gradle index a4e04535..2468e6d1 100644 --- a/Tokens/tokentofriend/settings.gradle +++ b/Tokens/tokentofriend/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { - url "$artifactoryContextUrl/corda-dev" + url "$artifactoryContextUrl/corda-releases" } gradlePluginPortal() }