mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04:00
Gradle action to speed up actions
This commit is contained in:
parent
039d0b3540
commit
422a776510
4
.github/workflows/buildAndDeploy.yml
vendored
4
.github/workflows/buildAndDeploy.yml
vendored
@ -34,8 +34,10 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2.3.3
|
||||
|
||||
- name: Compile kotlin and build classes
|
||||
run: ./gradlew classes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user