Skip to content

Commit

Permalink
modify github action to build the project using java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
asafc committed Apr 24, 2023
1 parent 318f87e commit 80b8dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
java-version: '8'
distribution: 'corretto'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Publish package
Expand Down

0 comments on commit 80b8dca

Please sign in to comment.