Skip to content

fix(build): run NodeStarter with gradle run#966

Merged
leumor merged 2 commits intodevelopfrom
bugfix/gradle-run-nodestarter
Feb 5, 2026
Merged

fix(build): run NodeStarter with gradle run#966
leumor merged 2 commits intodevelopfrom
bugfix/gradle-run-nodestarter

Conversation

@leumor
Copy link
Collaborator

@leumor leumor commented Feb 5, 2026

Summary

  • Rewire Gradle run to launch network.crypta.node.NodeStarter and apply wrapper-aligned JVM arguments needed by the daemon path.
  • Add runLauncher as an explicit application task so launcher startup remains available during development.
  • Update skill docs to reflect the new run task behavior and launcher entrypoint command.

Verification

  • ./gradlew spotlessApply
  • ./gradlew clean classes
  • ./gradlew tasks --group application
  • ./gradlew run --args=\"--help\"
  • ./gradlew run --args=\"--version\"
  • ./gradlew runLauncher (launcher remains running; command timeout expected in CLI)

Align the Gradle run task with wrapper.conf by launching NodeStarter and applying required JVM flags so local runs match daemon expectations. Add runLauncher and update skills docs to keep launcher and run-task guidance explicit.
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9880adedac

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Set runLauncher to use the Java 25 toolchain so launcher execution matches project bytecode level instead of depending on the Gradle JVM. This prevents UnsupportedClassVersionError when Gradle runs on an older JDK.
@leumor
Copy link
Collaborator Author

leumor commented Feb 5, 2026

@codex review

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 5, 2026

@leumor leumor merged commit afb3270 into develop Feb 5, 2026
4 checks passed
@leumor leumor deleted the bugfix/gradle-run-nodestarter branch February 5, 2026 20:58
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