Skip to content

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

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 #101

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
build:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
cache: maven
- name: Maven Verify
run: mvn --no-transfer-progress --batch-mode --update-snapshots --fail-at-end clean verify