8.35.0
What's Changed
- Static import is removed and leaves ambiguous reference behind by @Laurens-W in #4450
- refactor: Update Gradle wrapper by @shanman190 in #4478
- Expand GradleDependency Trait to change dependencies in jvm-test-suite DSL & buildscript by @sihutch in #4376
RemoveUnusedImports
should not remove imports for used nested classes by @Laurens-W in #4479RemoveUnusedImports
should retain explicit import when there are conflicting classes in the same package by @Laurens-W in #4482- Fallback to settings.xml for MavenExecutionContextView.getLocalRepository by @timtebeek in #4484
New Contributors
Full Changelog: v8.34.4...v8.35.0