Skip to content

Commit a3ccd33

Browse files
committed
ci: update build settings [forgot that I'm on gradle, not maven 😀] + add cache
1 parent eb363e8 commit a3ccd33

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

‎.github/workflows/java.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ jobs:
1515
with:
1616
java-version: '21'
1717
distribution: 'temurin'
18-
- name: Build with Maven
19-
run: mvn --batch-mode --update-snapshots package
18+
cache: 'gradle'
19+
20+
- name: Grant execute permission for gradlew
21+
run: chmod +x ./gradlew
22+
23+
- name: Build with Gradle
24+
run: ./gradlew build --no-daemon

0 commit comments

Comments
 (0)