Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2 #301

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2 #301

Workflow file for this run

name: Verify Build Workflow
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [main]
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [main]
jobs:
build-verify:
name: Verify Build
runs-on: ubuntu-latest
if: github.repository_owner == 'Apicurio'
steps:
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Check Java Version
run: java -version
- name: Checkout Code
uses: actions/checkout@v2
- name: Build Project
run: ./mvnw clean install