tweak action

This commit is contained in:
Irmen de Jong 2023-01-21 15:24:07 +01:00
parent 58d88f3dd4
commit 44fa309d20

View File

@ -15,17 +15,14 @@ jobs:
- name: Install 64tass
run: sudo apt-get update -y && sudo apt-get install -y 64tass
- name: Set up JDK
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt
- name: Build and test with Gradle
run: ./gradlew build --no-daemon
- name: Create shadowJar
run: ./gradlew shadowJar --no-daemon
run: ./gradlew build shadowJar --no-daemon
- name: Create compiler shadowJar artifact
uses: actions/upload-artifact@v3