Skip to content

Commit

Permalink
Fixing publish.yml to use JDK 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoocampoh committed Mar 13, 2024
1 parent 4407695 commit 6559b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Setup Java"
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '8'
distribution: 'adopt'
# Populates ARTIFACTORY_USERNAME and ARTIFACTORY_API_KEY with
# temporary username/password for publishing to packages.atlassian.com
Expand Down

0 comments on commit 6559b23

Please sign in to comment.