diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6762b3a..2749b6e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: |