Skip to content

Fixed #927. Link to snapshot has been updated to the latest location. #167

Fixed #927. Link to snapshot has been updated to the latest location.

Fixed #927. Link to snapshot has been updated to the latest location. #167

Workflow file for this run

name: CI PRs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: CI PR Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 17
- run: mvn "-Dmaven.repo.local=.m2" -U -B package -s .settings.xml