From 3700b0a82c0581d8f677116b8b7e521b8b535d2f Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 17 Oct 2024 01:05:09 +0200 Subject: [PATCH 1/3] ci(java): fix workflows file, run once --- .github/workflows/java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index ab26021..6b3c7ac 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -4,6 +4,7 @@ on: push: branches: - stable + - ci/java-publish permissions: contents: read @@ -55,7 +56,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: From 7b15639d44094c2fdedce08d2ebc6f95c94f6d18 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 17 Oct 2024 01:15:26 +0200 Subject: [PATCH 2/3] fix(java): broken javadoc link --- dist/java/src/mp/code/Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/java/src/mp/code/Client.java b/dist/java/src/mp/code/Client.java index f7d56f5..465d10a 100644 --- a/dist/java/src/mp/code/Client.java +++ b/dist/java/src/mp/code/Client.java @@ -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 From 06cb2113fc8b0ed9485ffdd7ddd843321ad117bb Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 17 Oct 2024 01:20:46 +0200 Subject: [PATCH 3/3] ci(java): disable branch --- .github/workflows/java.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 6b3c7ac..9303b59 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -4,7 +4,6 @@ on: push: branches: - stable - - ci/java-publish permissions: contents: read