mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
add private arenas
This commit is contained in:
3
.github/workflows/ansible_update_server.yml
vendored
3
.github/workflows/ansible_update_server.yml
vendored
@@ -21,9 +21,10 @@ jobs:
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: 🐘 Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: 🐘 Gradle Build
|
||||
run: CI=true ./gradlew :ansible:build --parallel --no-daemon
|
||||
|
||||
@@ -21,9 +21,10 @@ jobs:
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: 🐘 Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: 🐘 Gradle Build
|
||||
run: CI=true ./gradlew :ansible:build --parallel --no-daemon
|
||||
|
||||
Reference in New Issue
Block a user