From edd8ccb2061e881d991b4e76ea4a50231dfc9963 Mon Sep 17 00:00:00 2001 From: Mose <3740689+mosemister@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:42:45 +0000 Subject: [PATCH 1/3] Update Test compile against.yml --- .github/workflows/Test compile against.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Test compile against.yml b/.github/workflows/Test compile against.yml index 1563dd0..3fa7ec2 100644 --- a/.github/workflows/Test compile against.yml +++ b/.github/workflows/Test compile against.yml @@ -32,5 +32,7 @@ jobs: with: java-version: '21' distribution: 'temurin' + - name: Gradle Wrapper permissions + run: ./chmod -x ./gradlew - name: Build with Gradle run: ./gradlew CoreToBukkit:plugin -P paper-api-version=${{ github.event.inputs.version }} From dd2629369f3be7ab885b5a7976fe89b6646dc020 Mon Sep 17 00:00:00 2001 From: Mose <3740689+mosemister@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:44:47 +0000 Subject: [PATCH 2/3] Update Test compile against.yml --- .github/workflows/Test compile against.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test compile against.yml b/.github/workflows/Test compile against.yml index 3fa7ec2..ec2674c 100644 --- a/.github/workflows/Test compile against.yml +++ b/.github/workflows/Test compile against.yml @@ -33,6 +33,6 @@ jobs: java-version: '21' distribution: 'temurin' - name: Gradle Wrapper permissions - run: ./chmod -x ./gradlew + run: chmod -x ./gradlew - name: Build with Gradle run: ./gradlew CoreToBukkit:plugin -P paper-api-version=${{ github.event.inputs.version }} From c7a87dfd0a6516db8e3d71a06a790730232dfd33 Mon Sep 17 00:00:00 2001 From: Mose <3740689+mosemister@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:57:39 +0000 Subject: [PATCH 3/3] Update Test compile against.yml --- .github/workflows/Test compile against.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Test compile against.yml b/.github/workflows/Test compile against.yml index ec2674c..26486ff 100644 --- a/.github/workflows/Test compile against.yml +++ b/.github/workflows/Test compile against.yml @@ -33,6 +33,6 @@ jobs: java-version: '21' distribution: 'temurin' - name: Gradle Wrapper permissions - run: chmod -x ./gradlew + run: chmod -x gradlew - name: Build with Gradle - run: ./gradlew CoreToBukkit:plugin -P paper-api-version=${{ github.event.inputs.version }} + run: bash ./gradlew CoreToBukkit:plugin -P paper-api-version=${{ github.event.inputs.version }}