Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 in the dependencies group #330

Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 in the dependencies group

Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 in the dependencies group #330

Workflow file for this run

name: 2b2t.vc-discord Build
on:
pull_request:
push:
branches:
- "mainline"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'zulu'
- name: Elevate wrapper permissions
run: chmod +x ./mvnw
- name: Build 2b2t.vc-discord
run: ./mvnw install