Update maven.yml

This commit is contained in:
yulichang 2025-05-28 14:29:20 +08:00 committed by GitHub
parent 28392edd61
commit 399609c9fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven