Conversation
Spotless 8 requires Java 17 bytecode on the buildscript classpath, so buildSrc is raised to Java 17. Consumer-facing plugin modules continue to target Java 11. Spotless 8.1+ dropped support for ktlint < 1.0, so ktlint is bumped to 1.8.0. The stricter defaults required two adjustments: - replace a wildcard import in TestProjectExtension - configure ktlint_function_naming_ignore_when_annotated_with for the ParameterizedWithGradleVersions annotation, alongside @test Also runs spotlessApply against the codebase. Generated with Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spotless-plugin-gradle6.21.0 → 8.4.0 andktlint0.50.0 → 1.8.0buildSrcto Java 17 (required by Spotless 8's classpath); consumer plugin artifacts continue to target Java 11ktlint_function_naming_ignore_when_annotated_withfor the customParameterizedWithGradleVersionstest annotationspotlessApplyacross the codebaseTest plan
./gradlew spotlessApply— clean./gradlew build— compiles; produced.classfiles are major version 55 (Java 11)FlushJacocoPluginIntegrationTestfailure also reproduces onmainwithout these changes, so it is unrelatedGenerated with Claude Code