aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2023-07-01 07:37:04 +0200
committerKrakenied <Krakenied1@gmail.com>2023-07-01 07:37:04 +0200
commit114d7c274da073c2f88b5c1953f062985b9047bb (patch)
tree8ceeefe7bd99838e1f2978c07b0b2c001a3f1c28 /.github/workflows
parent6d1cd5f79b2c486b88dad39165d94c6e09f5ff0e (diff)
Improve build workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a1e35171..e4810fe6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,8 +28,6 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- - name: Grant execute permission on gradlew file
- run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew
- name: Upload the plugin JAR