Skip to content

Commit

Permalink
java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Apr 24, 2024
1 parent e9f9557 commit 33abab6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'adopt-hotspot'
java-version: '21'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build artifacts
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'adopt-hotspot'
java-version: '21'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build artifacts
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'adopt-hotspot'
java-version: '21'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build artifacts
Expand Down

0 comments on commit 33abab6

Please sign in to comment.