Skip to content

SOLR-15213 backport from Solr 9 - Atomic updates: "add" now uses add-… #22

SOLR-15213 backport from Solr 9 - Atomic updates: "add" now uses add-…

SOLR-15213 backport from Solr 9 - Atomic updates: "add" now uses add-… #22

Workflow file for this run

name: Compile
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Ivy bootstrap
run: ant ivy-bootstrap
- name: Compile
run: ant -noinput -buildfile build.xml compile