Skip to content

move JUnit to JUnit plugin, also drop aggressive check for junit3 Tes… #6

move JUnit to JUnit plugin, also drop aggressive check for junit3 Tes…

move JUnit to JUnit plugin, also drop aggressive check for junit3 Tes… #6

Workflow file for this run

name: jdk21
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: 21
- name: Build with Maven
run: mvn -U -T 1C -Dmaven.javadoc.skip=true -B -V clean package