look at the top of his head oh no no no no

This commit is contained in:
Telesphoreo 2021-10-01 02:19:27 -05:00
parent 6e3dd60b99
commit fe9ade1217

View file

@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
- name: Build with Gradle
run: chmod a+x gradlew && ./gradlew build -x buildProperties