aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:39:39 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:39:39 +0100
commitfdb88558e224aa1cf275b37dcbea3cad755b87f8 (patch)
treeed0e2447cf42bb3a63901f53124b2b0751bb0b1f /.github/workflows
parent54b384556fce52a26f726d403b33dc3b45797199 (diff)
Update build.gradle
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 087fff2b..7b996401 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
- run: ./gradlew build
+ run: ./gradlew allJar
- name: Upload Plugin
uses: actions/upload-artifact@master
with: