update pull_request.yml

This commit is contained in:
Ben Kerllenevich
2021-06-14 07:42:43 -04:00
parent 3165d5cc7a
commit 63a6a36c4f

View File

@@ -10,10 +10,10 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '15'
java-version: '16'
- name: Configure Git
run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
- name: Apply patches
run: ./gradlew applyPatches
- name: Build
run: ./gradlew build
run: ./gradlew shadowJar