We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1fc97 commit a7bd810Copy full SHA for a7bd810
gradle.properties
@@ -12,5 +12,5 @@ asciidoctorj23Version=2.3.0
12
asciidoctorj24Version=2.4.3
13
asciidoctorj25Version=2.5.1
14
15
-javaFormatVersion=0.0.27
+javaFormatVersion=0.0.29
16
jmustacheVersion=1.12
settings.gradle
@@ -4,6 +4,13 @@ pluginManagement {
4
maven { url "https://repo.spring.io/plugins-release-local" }
5
gradlePluginPortal()
6
}
7
+ resolutionStrategy {
8
+ eachPlugin {
9
+ if (requested.id.id == "io.spring.javaformat") {
10
+ useModule "io.spring.javaformat:spring-javaformat-gradle-plugin:${requested.version}"
11
+ }
plugins {
0 commit comments