Skip to content

Commit 57aec2a

Browse files
authored
Upgrade com.diffplug.spotless to 7.2.1 in Java build (#26051)
This PR upgrades the com.diffplug.spotless Gradle plugin to version 7.2.1 in the java/build.gradle file. This brings in the latest features and bug fixes from the Spotless code formatter.
1 parent ec2c3fb commit 57aec2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'maven-publish'
44
id 'signing'
55
id 'jacoco'
6-
id "com.diffplug.spotless" version "6.25.0"
6+
id "com.diffplug.spotless" version "7.2.1"
77
}
88

99
allprojects {

0 commit comments

Comments
 (0)