Skip to content

Commit eab5b72

Browse files
committed
Change pr workflow to gradle
1 parent 7c4700b commit eab5b72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
with:
2222
distribution: adopt
2323
java-version: ${{ matrix.java }}
24+
cache: gradle
2425
- name: Build
2526
env:
2627
DISABLE_SAMPLES: ${{ matrix.disable-samples }}
27-
run: ./mvnw -B package
28+
run: ./gradlew build

0 commit comments

Comments
 (0)