Skip to content

build: downgrade plugins to versions compatible with JitPack Maven 3.5.x #2

build: downgrade plugins to versions compatible with JitPack Maven 3.5.x

build: downgrade plugins to versions compatible with JitPack Maven 3.5.x #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- run: mvn -B verify