Skip to content

Bump versions-maven-plugin from 2.15.0 to 2.16.0 #116

Bump versions-maven-plugin from 2.15.0 to 2.16.0

Bump versions-maven-plugin from 2.15.0 to 2.16.0 #116

Workflow file for this run

name: CI Master
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install
env:
MAVEN_OPTS: -Xmx2048m