Skip to content

Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2 #198

Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2

Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2 #198

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v4
- name: Setup java
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file pom.xml