Skip to content

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.11.0 #72

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.11.0

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.11.0 #72

Workflow file for this run

name: PR builder is just a magic
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get all the letters, words and paragraphs needed for the spell!
uses: actions/checkout@v3
- name: Prepare the cauldron and the wand!
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
cache: 'maven'
- name: Maven, now you do the magic! I enchant you the Bash way!
run: |
mvn --batch-mode --update-snapshots install
mvn --batch-mode -Prun-its verify -DskipTests