Skip to content

Commit 7627794

Browse files
authored
Update Eclipse formatter to 4.39 (#106)
1 parent 724faa4 commit 7627794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-modules/src/main/kotlin/org.sonarsource.cloud-native.code-style-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spotless {
3838
)
3939
removeUnusedImports()
4040
// point to immutable specific commit of sonar-formater.xml version 23
41-
eclipse("4.22")
41+
eclipse("4.39")
4242
.withP2Mirrors(
4343
mapOf(
4444
"https://download.eclipse.org/eclipse/" to "https://ftp.fau.de/eclipse/eclipse/"

0 commit comments

Comments
 (0)