aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormakamys <makamys@outlook.com>2024-02-28 01:58:44 +0100
committermakamys <makamys@outlook.com>2024-02-28 02:05:01 +0100
commitd60c4aaa2590db859c2c902a2b94d46702647dfc (patch)
tree4f7f337f4ece2e76ab13d2be6dd821fb85f3bb14 /.github
parent68f0bafabf65ed9fc3c1d99101be73977b47e18a (diff)
downloadNeodymium-d60c4aaa2590db859c2c902a2b94d46702647dfc.tar.gz
Neodymium-d60c4aaa2590db859c2c902a2b94d46702647dfc.tar.bz2
Neodymium-d60c4aaa2590db859c2c902a2b94d46702647dfc.zip
Remove chmod action
The permissions are supposed to be set on the git repo level. I... think.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gradle.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index d737a18..9c5d852 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -22,8 +22,6 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- - name: Grant execute permission for gradlew
- run: chmod +x gradlew
- name: Set up Gradle build
run: ./gradlew SetupCIWorkspace build
- name: Build with Gradle