Skip to content

Commit 3039621

Browse files
committed
Gradle: update Spotless plugin to v6.13.0.
1 parent 8151c33 commit 3039621

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ plugins {
1212
//
1313
// [in Bnd v7.0]: https://github.com/bndtools/bnd/issues/5714#issuecomment-1635684935
1414
id 'biz.aQute.bnd.builder' version '6.4.0'
15-
id "com.diffplug.spotless" version "5.9.0"
15+
// This is the [last version] of Spotless which runs on Java 8. Even though
16+
// our toolchain configuration allows us to run Gradle on a higher Java
17+
// version than we use to build, Java 8 is a pretty fixed target, so as
18+
// long as we're not able to take advantage of any newer language features,
19+
// we're probably not losing much by sticking with an older linter.
20+
//
21+
// [last version]: https://github.com/diffplug/spotless/issues/1337
22+
// [toolchain]: https://docs.gradle.org/current/userguide/toolchains.html
23+
id 'com.diffplug.spotless' version '6.13.0'
1624
id 'eclipse'
1725
id 'java'
1826
id 'maven-publish'

0 commit comments

Comments
 (0)