Upgrade to Spring Java Format 0.0.29
Closes gh-755
This commit is contained in:
@@ -12,5 +12,5 @@ asciidoctorj23Version=2.3.0
|
||||
asciidoctorj24Version=2.4.3
|
||||
asciidoctorj25Version=2.5.1
|
||||
|
||||
javaFormatVersion=0.0.27
|
||||
javaFormatVersion=0.0.29
|
||||
jmustacheVersion=1.12
|
||||
|
||||
@@ -4,6 +4,13 @@ pluginManagement {
|
||||
maven { url "https://repo.spring.io/plugins-release-local" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.id == "io.spring.javaformat") {
|
||||
useModule "io.spring.javaformat:spring-javaformat-gradle-plugin:${requested.version}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
|
||||
Reference in New Issue
Block a user