Merge pull request #5 from rzliau/kq

editted .yml
This commit is contained in:
Chan Koon Qi 2023-09-05 18:34:44 +08:00 committed by GitHub
commit c7af186ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: ['17'] java-version: '17'
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml