Skip to content

Commit 8e44a87

Browse files
Update ci for java 21
1 parent f96c536 commit 8e44a87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-engine.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
fi
6868
fi
6969
70-
- name: Set up JDK 8
70+
- name: Set up JDK 21
7171
uses: actions/setup-java@v3
7272
with:
73-
java-version: 8
74-
distribution: adopt
73+
java-version: 21
74+
distribution: oracle
7575

7676
- name: Publish to local repository
7777
run: ./gradlew publishServerPublicationToMavenLocal -Prelease_version=$RELEASE_VERSION -Partifact_id=${RELEASE_ARTIFACT_ID}-java

0 commit comments

Comments
 (0)