[build] Update Spotless (#4840)

Removes JVM args workaround needed for old version of spotless to run on JDK 17.

2 files had formatting updates.
This commit is contained in:
Ryan Blue
2022-12-21 09:54:41 -05:00
committed by GitHub
parent d20594db0d
commit eda2fa8a17
4 changed files with 98 additions and 41 deletions

View File

@@ -22,7 +22,7 @@ plugins {
id 'visual-studio'
id 'net.ltgt.errorprone' version '2.0.2' apply false
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'com.diffplug.spotless' version '6.4.2' apply false
id 'com.diffplug.spotless' version '6.12.0' apply false
id 'com.github.spotbugs' version '5.0.8' apply false
}