Skip to content

Commit

Permalink
Set distribution for GH action setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Dec 2, 2024
1 parent c80eb43 commit 2115e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 1.8
- name: Publish to the Maven Central Repository
run: gradle publish
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 2115e63

Please sign in to comment.