Skip to content

SOLR-15213 Fix test build to work in Java 8 #23

SOLR-15213 Fix test build to work in Java 8

SOLR-15213 Fix test build to work in Java 8 #23

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