Change pr workflow to gradle
This commit is contained in:
3
.github/workflows/ci-pr.yml
vendored
3
.github/workflows/ci-pr.yml
vendored
@@ -21,7 +21,8 @@ jobs:
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: gradle
|
||||
- name: Build
|
||||
env:
|
||||
DISABLE_SAMPLES: ${{ matrix.disable-samples }}
|
||||
run: ./mvnw -B package
|
||||
run: ./gradlew build
|
||||
|
||||
Reference in New Issue
Block a user