mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +00:00
#976 prep
This commit is contained in:
parent
907d6f4eea
commit
106a8ec406
2 changed files with 5 additions and 3 deletions
3
.github/workflows/github_nightly_release.yml
vendored
3
.github/workflows/github_nightly_release.yml
vendored
|
|
@ -17,7 +17,8 @@ jobs:
|
||||||
- name: set up JDK 1.8
|
- name: set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
distribution: 'zulu'
|
||||||
|
java-version: '8'
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
|
||||||
3
.github/workflows/github_pre_release.yml
vendored
3
.github/workflows/github_pre_release.yml
vendored
|
|
@ -18,7 +18,8 @@ jobs:
|
||||||
- name: set up JDK 1.8
|
- name: set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
distribution: 'zulu'
|
||||||
|
java-version: '8'
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue