Skip to content

SOLR-18180: migrate configset upload tool to using SolrJ Upload #21095

SOLR-18180: migrate configset upload tool to using SolrJ Upload

SOLR-18180: migrate configset upload tool to using SolrJ Upload #21095

name: Gradle Precommit
on:
pull_request:
branches:
- '*'
jobs:
test:
name: gradle check
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@v5
- uses: ./.github/actions/prepare-for-build
- name: Run gradle check (without tests)
run: ./gradlew check -x test -Ptask.times=true --continue