fix .yml for set up jdk

This commit is contained in:
KoonQi 2023-09-06 00:11:59 +08:00
parent 26fbe64733
commit 714bc57b29

View file

@ -17,6 +17,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean package