Skip to content

Commit

Permalink
add distribution to setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonenriqueta authored Apr 5, 2024
1 parent 4efe959 commit 4b69b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_main_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
- name: Build with Gradle
env:
Expand Down

0 comments on commit 4b69b0e

Please sign in to comment.