Rebase from OS master to incorporate upgrade to Gradle 5.2.1

This commit is contained in:
josecoll 2019-05-17 11:44:10 +01:00
parent 53ab00d91c
commit 84ca6405c2
2 changed files with 2 additions and 2 deletions

View File

@ -140,10 +140,9 @@ buildscript {
plugins {
// 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.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 "com.gradle.build-scan" version "2.2.1"
}
ext {

View File

@ -4,6 +4,7 @@ pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url "$artifactory_contextUrl/corda-dev" }
maven { url "$artifactory_contextUrl/corda-dependencies" }
}
}