Skip to content

upgrading Bootique, fixing CI/CD #13

upgrading Bootique, fixing CI/CD

upgrading Bootique, fixing CI/CD #13

Workflow file for this run

name: 'build test'
on:
push: {}
jobs:
verify:
runs-on: ubuntu-24.04
steps:
- name: Checkout...
uses: actions/checkout@v4
- name: Set up JDK...
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
cache: 'maven'
- name: Build and test...
run: mvn -ntp clean verify