Skip to content

Commit 8abb6c2

Browse files
authored
Update ci.yml
1 parent 8c2dd59 commit 8abb6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-java@v4
4848
with:
4949
distribution: temurin
50-
java-version: "8"
50+
java-version: "21"
5151
cache: gradle
5252

5353
- name: Resolve release version (from release name)
@@ -73,4 +73,4 @@ jobs:
7373
./gradlew --no-daemon \
7474
-PreleaseVersion='${{ steps.ver.outputs.releaseVersion }}' \
7575
clean build \
76-
publishMavenJavaPublicationToGitHubPackagesRepository
76+
publishMavenJavaPublicationToGitHubPackagesRepository

0 commit comments

Comments
 (0)