We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649f8f0 commit 61c2b29Copy full SHA for 61c2b29
2 files changed
.github/workflows/build.yaml
@@ -59,8 +59,7 @@ jobs:
59
with:
60
java-version: ${{ matrix.jdk }}
61
distribution: "semeru"
62
- cache: maven
63
- - name: Build with Maven
+ - name: Build with Maven Wrapper
64
run: ./mvnw --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} verify
65
66
build-gradle:
@@ -99,6 +98,4 @@ jobs:
99
98
100
distribution: 'semeru'
101
- name: Build with Gradle Wrapper
102
- run: ./gradlew clean build -Pjava_version=${{ matrix.jdk }}
103
-
104
-# Made with Bob
+ run: ./gradlew clean build -Pjava_version=${{ matrix.jdk }}
.github/workflows/cleanup-old-runs.yml
@@ -20,5 +20,3 @@ jobs:
20
repository: ${{ github.repository }}
21
retain_days: 30
22
keep_minimum_runs: 3 # Keep at least 3 recent runs of each workflow
23
24
0 commit comments