Skip to content

Commit d335324

Browse files
author
Vincent Potucek
committed
Apply unused io.spring.javaformat plugin
Signed-off-by: Vincent Potucek <[email protected]>
1 parent 12146c4 commit d335324

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'java-gradle-plugin'
33
id 'checkstyle'
4+
id 'io.spring.javaformat' version "${javaFormatVersion}"
45
}
56

67
repositories {

buildSrc/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.caching=true
22
assertjVersion=3.27.3
3-
javaFormatVersion=0.0.43
3+
javaFormatVersion=0.0.47
44
junitVersion=5.12.2

0 commit comments

Comments
 (0)