Scaffold Java Gradle Build #47

Closed
opened 2026-04-26 15:22:39 -04:00 by dohertj2 · 2 comments
Owner

Source: $file
Milestone: $currentMilestone

Labels: area:client-java, type:infra, priority:p0

Deliverables:

  • clients/java/settings.gradle,
  • mxgateway-client project,
  • mxgateway-cli project,
  • protobuf/gRPC Gradle generation,
  • JUnit test setup.

Acceptance criteria:

  • gradle test runs,
  • generated code compiles,
  • Java 21 toolchain used.
Source: $file Milestone: $currentMilestone Labels: `area:client-java`, `type:infra`, `priority:p0` Deliverables: - `clients/java/settings.gradle`, - `mxgateway-client` project, - `mxgateway-cli` project, - protobuf/gRPC Gradle generation, - JUnit test setup. Acceptance criteria: - `gradle test` runs, - generated code compiles, - Java 21 toolchain used.
dohertj2 added this to the clients-java milestone 2026-04-26 15:22:39 -04:00
dohertj2 added the area:client-javatype:infrapriority:p0 labels 2026-04-26 15:22:39 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:42 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:43 -04:00
Author
Owner

Worker 1 is taking this issue.

Branch: agent-1/issue-47-scaffold-java-gradle-build
Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-1

Worker 1 is taking this issue. Branch: agent-1/issue-47-scaffold-java-gradle-build Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-1
dohertj2 self-assigned this 2026-04-26 20:24:21 -04:00
Author
Owner

Implemented and merged via PR #96.

Verification performed by orchestrator from clients/java:

  • C:\Tools\gradle-9.4.1\bin\gradle.bat test passed.
  • C:\Tools\gradle-9.4.1\bin\gradle.bat build passed.

git diff --check reports trailing whitespace in generated Java protobuf output. That generated code is committed as generator output and was not hand-edited for style, per repository guidance.

Gradle reports deprecation warnings from the protobuf plugin/tool artifact notation under Gradle 9.4.1; build and tests pass.

Implemented and merged via PR #96. Verification performed by orchestrator from `clients/java`: - `C:\Tools\gradle-9.4.1\bin\gradle.bat test` passed. - `C:\Tools\gradle-9.4.1\bin\gradle.bat build` passed. `git diff --check` reports trailing whitespace in generated Java protobuf output. That generated code is committed as generator output and was not hand-edited for style, per repository guidance. Gradle reports deprecation warnings from the protobuf plugin/tool artifact notation under Gradle 9.4.1; build and tests pass.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: dohertj2/mxaccessgw#47