Merge pull request #54 from hexedtech/ci/java-publish

ci: java publish
This commit is contained in:
zaaarf 2024-10-17 01:21:32 +02:00 committed by GitHub
commit a4ab840211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,6 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.10"
working-directory: dist/java
- run: gradle publish
working-directory: dist/java
env:

View file

@ -59,7 +59,7 @@ public final class Client {
private static native void create_workspace(long self, String workspaceId) throws ConnectionRemoteException;
/**
* Creates a workspace. You need to call {@link #joinWorkspace(String)} to actually join
* Creates a workspace. You need to call {@link #attachWorkspace(String)} to actually join
* and interact with it.
* @param workspaceId the id of the new workspace
* @throws ConnectionRemoteException if an error occurs in communicating with the server