Skip to content

#1980 - Avoid compiling agains JSONArray in JsonPathLinkDiscoverer. #89

#1980 - Avoid compiling agains JSONArray in JsonPathLinkDiscoverer.

#1980 - Avoid compiling agains JSONArray in JsonPathLinkDiscoverer. #89

Workflow file for this run

name: CI Build
on:
push:
branches: [ main, 2.0.x, 1.5.x ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build project
runs-on: ubuntu-latest
steps:
- name: Check out sources
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B
- name: Deploy to Artifactory
env:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
run: ./mvnw -B clean deploy -Pci,artifactory