Skip to content

Commit

Permalink
update jdk distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyijq committed Apr 12, 2023
1 parent a15da7f commit 4942bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: oracle
distribution: corretto
java-version: 8

- name: Set up Apache Maven Central
uses: actions/setup-java@v3
with: # running setup-java again overwrites the settings.xml
distribution: oracle
distribution: corretto
java-version: 8
server-id: releases # Value of the distributionManagement/repository/id field of the pom.xml
server-username: MAVEN_USERNAME # env variable for username in deploy
Expand Down

0 comments on commit 4942bb4

Please sign in to comment.