Skip to content

Update eclipse-temurin Docker tag to v17.0.15_6-jre #952

Update eclipse-temurin Docker tag to v17.0.15_6-jre

Update eclipse-temurin Docker tag to v17.0.15_6-jre #952

Workflow file for this run

---
name: Build
on: [pull_request]
permissions: {}
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
env:
MISE_ENABLE_TOOLS: java,protoc
- name: Cache local Maven repository
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Run the Maven verify phase
run: mise run ci