Skip to content

Bump maven-release-plugin from 3.0.0 to 3.0.1 #60

Bump maven-release-plugin from 3.0.0 to 3.0.1

Bump maven-release-plugin from 3.0.0 to 3.0.1 #60

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: master
pull_request:
branches: master
jobs:
build:
# GTK failure with ubuntu image
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 117
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean install