We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c19a9 commit 216bb7fCopy full SHA for 216bb7f
.github/workflows/javadoc.yml
@@ -4,7 +4,6 @@ on:
4
release:
5
types: [ created ]
6
7
-
8
jobs:
9
build:
10
runs-on: ubuntu-latest
@@ -13,7 +12,7 @@ jobs:
13
12
- name: GitHub Action for GraalVM
14
uses: graalvm/setup-graalvm@v1
15
with:
16
- java-version: 23
+ java-version: 25
17
distribution: 'graalvm'
18
github_token: ${{ secrets.GITHUB_TOKEN }}
19
- name: Compile
@@ -25,4 +24,3 @@ jobs:
25
24
26
27
publish_dir: ./target/site/apidocs
28
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish package to GitHub Packages
+name: Publish package to the Maven Central Repository
2
3
on:
0 commit comments