Skip to content

Fix Gradle 9.4 compatibility issues#236

Merged
Robothy merged 1 commit intomainfrom
fix/gradle-9-compatibility
Mar 27, 2026
Merged

Fix Gradle 9.4 compatibility issues#236
Robothy merged 1 commit intomainfrom
fix/gradle-9-compatibility

Conversation

@Robothy
Copy link
Copy Markdown
Owner

@Robothy Robothy commented Mar 27, 2026

  • Replace io.franzbecker:gradle-lombok plugin (uses removed setMain() API) with a plain JavaExec delombok task using mainClass.set()
  • Add junit-platform-launcher to testRuntimeOnly classpath, required by Gradle 9 for JUnit Platform test execution

- Replace io.franzbecker:gradle-lombok plugin (uses removed setMain() API)
  with a plain JavaExec delombok task using mainClass.set()
- Add junit-platform-launcher to testRuntimeOnly classpath,
  required by Gradle 9 for JUnit Platform test execution
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.76%. Comparing base (6a6ab8a) to head (57258a3).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #236   +/-   ##
=========================================
  Coverage     90.76%   90.76%           
  Complexity     1459     1459           
=========================================
  Files           248      248           
  Lines          5325     5325           
  Branches        399      399           
=========================================
  Hits           4833     4833           
  Misses          338      338           
  Partials        154      154           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Robothy Robothy merged commit 209bb15 into main Mar 27, 2026
6 checks passed
@Robothy Robothy deleted the fix/gradle-9-compatibility branch March 27, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant