Skip to content

Commit

Permalink
Update ci for java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 1, 2025
1 parent f96c536 commit 8e44a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
fi
fi
- name: Set up JDK 8
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 8
distribution: adopt
java-version: 21
distribution: oracle

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

0 comments on commit 8e44a87

Please sign in to comment.