Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
workspace authored Aug 11, 2023
1 parent a05e994 commit 3f8a19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
java-version: 17

# Make gradlew executable https://github.com/actions/starter-workflows/issues/171
- name: Make gradlew executable
Expand Down

0 comments on commit 3f8a19d

Please sign in to comment.