Update Gradle 9.6.1, Java 17, dependencies and add publish workflow - #24
Merged
Conversation
AkaZver
force-pushed
the
feature/update-26.07.2026
branch
3 times, most recently
from
July 26, 2026 11:25
9b1a6df to
5aaa9f0
Compare
Major updates: - Update Gradle wrapper from 8.14.5 to 9.6.1 - Update Java source/target compatibility from 8 to 17 - Update io.freefair.lombok plugin from 8.14.4 to 9.5.0 - Update JUnit Jupiter from 5.14.4 to 6.1.2 - Update JUnit Platform Launcher from 1.14.4 to 6.1.2 - Update all project dependencies to latest versions CI/CD improvements: - Add publish job to workflow for Gradle Plugin Portal - Add tag-based release automation with GitHub Release creation - Publish only runs for tags matching [0-9]+.[0-9]+.[0-9]+ on master branch - Add JaCoCo coverage report upload/download between build and sonarcloud jobs - Update all GitHub Actions to latest versions (checkout@v7, cache@v6, setup-java@v5, upload-artifact@v7, download-artifact@v8) - Upload compiled classes as build artifacts for SonarCloud analysis Code quality: - Add sonar.java.binaries and sonar.java.test.binaries properties for better SonarQube analysis - Modernize Java code: use .toList() instead of Collectors.toList() - Add @NotNull annotation to MapstructPlugin generic type - Add @SuppressWarnings for ClassCanBeRecord in CompilerArgsManager - Fix DependencyTest to handle dynamic Lombok version from plugin Other: - Update license year to 2026 - Update README badges for Java 17 and Gradle 9.6.1 - Add hs_err_pid*.log and replay_pid*.log to .gitignore Testing: - All 15 tests passing (3 CompilerArgsTest + 12 DependencyTest) - Build successful with no warnings - SonarCloud quality gate: OK
AkaZver
force-pushed
the
feature/update-26.07.2026
branch
from
July 26, 2026 11:40
5aaa9f0 to
90c75d5
Compare
|
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
Major update bringing Gradle 9.6.1, Java 17, latest dependencies, and automated publishing to Gradle Plugin Portal.
Major updates
Gradle & Java
Dependencies
CI/CD improvements
GitHub Actions
SonarQube
Code quality
Documentation
Other changes
eplay_pid*.log\ to .gitignore
Testing