File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments