remove redundant config test and update build workflow

This commit is contained in:
2022-05-16 14:12:56 -04:00
parent 93829d3e0d
commit 6b017c129f
2 changed files with 2 additions and 42 deletions

View File

@@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Build with Gradle
run: ./gradlew build