Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Merge pull request #715 from BasePractice/dependabot/maven/com.puppyc… #1214

Merge pull request #715 from BasePractice/dependabot/maven/com.puppyc…

Merge pull request #715 from BasePractice/dependabot/maven/com.puppyc… #1214

Workflow file for this run

name: Java
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean package