We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96c536 commit 8e44a87Copy full SHA for 8e44a87
.github/workflows/release-engine.yml
@@ -67,11 +67,11 @@ jobs:
67
fi
68
69
70
- - name: Set up JDK 8
+ - name: Set up JDK 21
71
uses: actions/setup-java@v3
72
with:
73
- java-version: 8
74
- distribution: adopt
+ java-version: 21
+ distribution: oracle
75
76
- name: Publish to local repository
77
run: ./gradlew publishServerPublicationToMavenLocal -Prelease_version=$RELEASE_VERSION -Partifact_id=${RELEASE_ARTIFACT_ID}-java
0 commit comments