Skip to content

Bump flatten-maven-plugin from 1.3.0 to 1.5.0 #694

Bump flatten-maven-plugin from 1.3.0 to 1.5.0

Bump flatten-maven-plugin from 1.3.0 to 1.5.0 #694

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v2
with:
java-version: 8
distribution: adopt
- name: Setup Maven
uses: stCarolas/[email protected]
- name: Setup Maven caching
uses: actions/cache@v2
with:
path: ~/.m2/**
key: maven_deps
- name: Build and test
run: mvn clean test