Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Fixes #55 - Update WildFly example to use Docker maven plugin (#56) #34

Fixes #55 - Update WildFly example to use Docker maven plugin (#56)

Fixes #55 - Update WildFly example to use Docker maven plugin (#56) #34

Workflow file for this run

name: build
on:
push:
branches: [ "current" ]
pull_request:
branches: [ "current" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package