Commit c5e47c72 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.2.x'

Closes gh-19800
parents fabd6928 b44442ee
...@@ -7,7 +7,6 @@ plugins { ...@@ -7,7 +7,6 @@ plugins {
repositories { repositories {
mavenCentral() mavenCentral()
gradlePluginPortal() gradlePluginPortal()
maven { url 'https://repo.spring.io/snapshot' }
maven { url 'https://repo.spring.io/release' } maven { url 'https://repo.spring.io/release' }
} }
......
javaFormatVersion=0.0.19-SNAPSHOT javaFormatVersion=0.0.19
\ No newline at end of file \ No newline at end of file
...@@ -2,7 +2,6 @@ pluginManagement { ...@@ -2,7 +2,6 @@ pluginManagement {
repositories { repositories {
mavenCentral() mavenCentral()
gradlePluginPortal() gradlePluginPortal()
maven { url 'https://repo.spring.io/snapshot' }
} }
resolutionStrategy { resolutionStrategy {
eachPlugin { eachPlugin {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment