Skip to content

Adding gradle build file #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 9, 2025
Merged

Adding gradle build file #28

merged 14 commits into from
Jun 9, 2025

Conversation

cjmang
Copy link
Collaborator

@cjmang cjmang commented Jun 7, 2025

Adds a gradle build for the Java Client, with the intent to migrate from maven to gradle.

Also:

  • Adds the ability to scout locations with hints
  • Adds the ability to override the socket factory of the websocket (needed to fix an issue with StS)
  • Makes the requestId generation be an incrementing AtomicInteger rather than a random integer. It's only used to identify requests sent to the server by this client.
  • Fixed an issue where static AP event listener methods couldn't be registered.
  • Adds a github action for publishing to maven central via jreleaser.

@cjmang cjmang marked this pull request as ready for review June 9, 2025 23:09
@cjmang cjmang merged commit c6ad398 into ArchipelagoMW:main Jun 9, 2025
1 check passed
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