Skip to content

build(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.9.0 to 3.11.0 #47

build(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.9.0 to 3.11.0

build(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.9.0 to 3.11.0 #47

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
minikube:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Maven Build
run: ./mvnw verify