Skip to content

Fix handling of atomic updates to child documents in SkipExistingDocu… #24

Fix handling of atomic updates to child documents in SkipExistingDocu…

Fix handling of atomic updates to child documents in SkipExistingDocu… #24

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