Skip to content

Removed custom config for maven-release-plugin to fix releasing workflow #851

Removed custom config for maven-release-plugin to fix releasing workflow

Removed custom config for maven-release-plugin to fix releasing workflow #851

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: 'maven'
- name: Unit Tests
run: ./mvnw test