mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
adoPt
I always make that mistake...
This commit is contained in:
2
.github/workflows/pr_build_jars.yml
vendored
2
.github/workflows/pr_build_jars.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: "Prepare Java ${{ matrix.java-version }}"
|
- name: "Prepare Java ${{ matrix.java-version }}"
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
distribution: "adobt"
|
distribution: "adopt"
|
||||||
java-version: "${{ matrix.java-version }}"
|
java-version: "${{ matrix.java-version }}"
|
||||||
- name: "Make build.gradle executable"
|
- name: "Make build.gradle executable"
|
||||||
run: "chmod +x gradlew"
|
run: "chmod +x gradlew"
|
||||||
|
Reference in New Issue
Block a user