Skip to content

Conversation

@Lihpten
Copy link

@Lihpten Lihpten commented Nov 16, 2025

Hi,

I encountered an issue where the standard run command (./gradlew run) was failing when executed under Java Development Kit (JDK) 21. This was due to incompatibilities between the existing Gradle setup and the newer Java version.

This pull request resolves the build failure by updating build.gradle and adjusting the project configuration to work with Java 21, allowing the build process to complete successfully.

The changes were tested running on MacOS and Linux.
Running ./gradlew run and ./gradlew shadowJar worked on both.
Let me know if more changes are needed before it can be merged.

lihp added 2 commits November 16, 2025 12:38
- Update grgit plugin from 1.7.2 to 5.2.0
- Upgrade Java toolchain from version 16 to 21
- Update Gradle wrapper from 7.4 to 8.5
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