This commit is contained in:
creeper123123321 2021-05-05 20:33:57 -03:00 committed by GitHub
parent f91c2168f2
commit f226ed5ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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