We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c069e9a + 08c2ebb commit 2532017Copy full SHA for 2532017
2 files changed
.github/workflows/build.yaml
@@ -59,7 +59,6 @@ jobs:
59
with:
60
java-version: ${{ matrix.jdk }}
61
distribution: "semeru"
62
- cache: maven
63
- name: Build with Maven
64
run: ./mvnw --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
65
.github/workflows/cleanup-old-runs.yml
@@ -19,6 +19,4 @@ jobs:
19
token: ${{ github.token }}
20
repository: ${{ github.repository }}
21
retain_days: 30
22
- keep_minimum_runs: 3 # Keep at least 3 recent runs of each workflow
23
-
24
-# Made with Bob
+ keep_minimum_runs: 3 # Keep at least 3 recent runs of each workflow
0 commit comments