mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-05-20 18:53:51 +02:00
adoPt
I always make that mistake...
This commit is contained in:
@@ -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