Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0581574

Browse filesBrowse files
authored
Build docs with JDK 25. (#774)
Compare #737. This came up in #484 (comment). I notice that JDK 25 fixes https://bugs.openjdk.org/browse/JDK-8345664, but that's probably not relevant to JSpecify.
1 parent ef6bf5b commit 0581574
Copy full SHA for 0581574

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/docs.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Build Documentation
3333
runs-on: ubuntu-latest
3434
env:
35-
JAVA_VERSION: 24
35+
JAVA_VERSION: 25
3636
steps:
3737
- name: Check out project
3838
uses: actions/checkout@v5

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.