mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Rebase from OS master to incorporate upgrade to Gradle 5.2.1
This commit is contained in:
parent
53ab00d91c
commit
84ca6405c2
@ -140,10 +140,9 @@ buildscript {
|
|||||||
plugins {
|
plugins {
|
||||||
// Add the shadow plugin to the plugins classpath for the entire project.
|
// Add the shadow plugin to the plugins classpath for the entire project.
|
||||||
id 'com.github.johnrengelman.shadow' version '2.0.4' apply false
|
id 'com.github.johnrengelman.shadow' version '2.0.4' apply false
|
||||||
id "com.gradle.build-scan" version "1.16"
|
id "com.gradle.build-scan" version "2.2.1"
|
||||||
|
|
||||||
// id 'org.javamodularity.moduleplugin' version '1.5.0' apply true
|
// id 'org.javamodularity.moduleplugin' version '1.5.0' apply true
|
||||||
id "com.gradle.build-scan" version "2.2.1"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
@ -4,6 +4,7 @@ pluginManagement {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
maven { url "$artifactory_contextUrl/corda-dev" }
|
||||||
maven { url "$artifactory_contextUrl/corda-dependencies" }
|
maven { url "$artifactory_contextUrl/corda-dependencies" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user