Merge branch '2.2.x'

Closes gh-19800
This commit is contained in:
Andy Wilkinson
2020-01-17 20:56:24 +00:00
3 changed files with 1 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ plugins {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/snapshot' }
maven { url 'https://repo.spring.io/release' }
}

View File

@@ -1 +1 @@
javaFormatVersion=0.0.19-SNAPSHOT
javaFormatVersion=0.0.19

View File

@@ -2,7 +2,6 @@ pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/snapshot' }
}
resolutionStrategy {
eachPlugin {