Skip to content

chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.… #112

chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.…

chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.… #112

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B spotless:apply package --file pom.xml