Skip to content

Updates gh action building docker image to use release version 1.3.0 #20

Updates gh action building docker image to use release version 1.3.0

Updates gh action building docker image to use release version 1.3.0 #20

Workflow file for this run

# This file is available under the following license:
# under LGPL 2.1 (LICENSE.TXT) Copyright 2023 Torsten Friebe <[email protected]>
name: Java CI
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B -q verify --file pom.xml