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

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 #210

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 #210

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
- name: Build with Maven
run: mvn -B test --file pom.xml