Switch from the repo.spring.io/plugins-release to repo.spring.io/plugins-snapshot repo.

This commit is contained in:
John Blum
2019-07-04 18:24:21 -07:00
parent 6483355c87
commit 54ba52e08e

View File

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