ci(actions): run build in maven:3.9-eclipse-temurin-17 to provide Java+Maven

This commit is contained in:
Your Name
2025-09-30 19:44:58 +08:00
parent 1e6be7e995
commit 0eb81d216c

View File

@@ -13,6 +13,8 @@ concurrency:
jobs:
build_test_package:
runs-on: ubuntu-latest
container:
image: maven:3.9-eclipse-temurin-17
steps:
- name: Show Java and Maven versions
run: |