Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.0 #117
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🏗 build kotlin-bean-validation | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
build: | |
name: maven build | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: setup jdk | |
uses: actions/setup-java@v3 | |
with: | |
java-version: '17' | |
distribution: 'corretto' | |
cache: 'maven' | |
- name: build package | |
run: mvn -B -P clean package |