Skip to content

Commit 6407867

Browse files
namedgraphclaude
andcommitted
Set up Java 21 in workflow (required by Jena 6)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0aea500 commit 6407867

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
- name: Checkout LinkedDataHub-Apps
2121
uses: actions/checkout@v4
2222

23+
- name: Set up Java 21
24+
uses: actions/setup-java@v4
25+
with:
26+
distribution: temurin
27+
java-version: '21'
28+
2329
- name: Install Linux packages
2430
run: sudo apt-get update && sudo apt-get install -y xmlstarlet
2531

0 commit comments

Comments
 (0)