From 5dd10f6978e39573886875ac4585bf7456cf111a Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 21 Jun 2022 13:08:19 +0000 Subject: [PATCH] ci: `chmod +x gradlew` is not required (#15) --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4761dffd..37ae00a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,9 +26,6 @@ jobs: java-version: '11' distribution: 'zulu' - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build with Gradle run: ./gradlew --no-daemon build