Skip to content

Upgrading to Java 25#34

Merged
iadgovuser59 merged 2 commits intomainfrom
issue-33
Mar 13, 2026
Merged

Upgrading to Java 25#34
iadgovuser59 merged 2 commits intomainfrom
issue-33

Conversation

@iadgovuser59
Copy link
Copy Markdown
Collaborator

Upgrades the RIM Tool to Java 25 and Gradle 9.3.

Closes #33.

@iadgovuser59 iadgovuser59 self-assigned this Feb 26, 2026
@iadgovuser59 iadgovuser59 added the refactor Code improvements, restructuring, or cleanup without changing external behavior. label Feb 26, 2026
@iadgovuser59 iadgovuser59 marked this pull request as ready for review February 27, 2026 21:09
@iadgovuser59 iadgovuser59 requested a review from chubtub March 9, 2026 21:02
Copy link
Copy Markdown
Collaborator

@chubtub chubtub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to build this branch on Java25 and got this error:
Build file '/home/matsai/RIM-Tool/hirs/build.gradle' line: 119
> Could not find method exec() for arguments [build_4o2a1fj93df7z17mb22ca0ewv$_run_closure3$_closure22@2898dc45] on project ':hirs' of type org.gradle.api.Project.

@iadgovuser58 iadgovuser58 self-requested a review March 10, 2026 20:39
@iadgovuser59 iadgovuser59 changed the title [Draft] Upgrading to Java 25 Upgrading to Java 25 Mar 13, 2026
@iadgovuser59 iadgovuser59 merged commit e108066 into main Mar 13, 2026
1 check passed
@iadgovuser59
Copy link
Copy Markdown
Collaborator Author

@chubtub It turns out that this was a bit of an edge case with submodule Java version mismatches; git submodule update --init --recursive fixes it. Going forward, this shouldn't be necessary, as Java versions now match for project and submodule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Code improvements, restructuring, or cleanup without changing external behavior.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to Java 25 and Gradle 9.x

3 participants