mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-22 12:05:45 +01:00
cache
This commit is contained in:
parent
f91c2168f2
commit
f226ed5ae9
5
.github/workflows/gradle.yml
vendored
5
.github/workflows/gradle.yml
vendored
@ -10,6 +10,11 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 16
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/
|
||||
key: ${{ runner.os }}-via-cache
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user