Skip to content

Commit

Permalink
Specify temurin distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 authored Sep 5, 2024
1 parent 742d9cc commit 0a6ed67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-agent-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-replacer-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 0a6ed67

Please sign in to comment.