Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit f4635e3

Browse files
committed
Fix Java version
1 parent 880d1ff commit f4635e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
uses: constellation-mc/actions/.github/workflows/gradle-build.yml@main
88
with:
9-
java: 17
9+
java: 21
1010
gradle_tasks: spotbugs
1111
reviewdog: |
1212
cat ./build/reports/spotbugs/main/spotbugs.sarif | reviewdog -name="spotbugs" -f=sarif -reporter=github-check -level=warning
1313
1414
run_tests:
1515
uses: constellation-mc/actions/.github/workflows/mc-tests.yml@main
1616
with:
17-
java: 17
17+
java: 21

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
publish:
1919
uses: constellation-mc/actions/.github/workflows/mc-publish.yml@main
2020
with:
21-
java: 17
21+
java: 21
2222
version_type: ${{ inputs.version_type }}
2323
secrets: inherit

0 commit comments

Comments
 (0)