We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5790240 commit 19054f0Copy full SHA for 19054f0
1 file changed
.github/workflows/build.yml
@@ -9,8 +9,6 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
- permissions:
13
- contents: read
14
15
steps:
16
- name: Checkout repository
@@ -23,14 +21,8 @@ jobs:
23
21
distribution: 'temurin'
24
22
cache: gradle
25
26
- - name: Grant execute permission for gradlew
+ - name: Fix Gradle permissions
27
run: chmod +x gradlew
28
29
- name: Build with Gradle
30
- run: ./gradlew build
31
-
32
- - name: Upload Build Artifact
33
- uses: actions/upload-artifact@v4
34
- with:
35
- name: LuaImageService-JAR
36
- path: build/libs/*.jar
+ run: ./gradlew build --stacktrace
0 commit comments