Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 #263

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

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 #263

Workflow file for this run

name: Quarkus Playground Build
on:
push:
branches:
- master
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'NOTICE'
- 'README*'
pull_request:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'NOTICE'
- 'README*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: checkout
- uses: actions/setup-java@v1
name: set up jdk ${{matrix.java}}
with:
java-version: 11
- name: build with maven
run: mvn verify