setup maven

This commit is contained in:
Lunny Xiao 2024-05-05 16:44:38 +08:00
parent e671a86747
commit c0c88ccfda
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 4 additions and 0 deletions

View File

@ -17,5 +17,9 @@ jobs:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Build with Maven - name: Build with Maven
run: mvn test run: mvn test