don't clean

This commit is contained in:
Ellpeck 2020-01-28 15:52:06 +01:00 committed by GitHub
parent 03eb4c0c40
commit f8e833af01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew clean build
run: ./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0