Skip to content

Remove IOException from LeafReader.getDocValuesSkipper() (#16388) #834

Remove IOException from LeafReader.getDocValuesSkipper() (#16388)

Remove IOException from LeafReader.getDocValuesSkipper() (#16388) #834

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Dependency Submission
"on":
workflow_dispatch:
push:
branches: [ "main" ]
schedule:
- cron: '44 4 * * 2'
permissions: {}
jobs:
dependency-submission:
name: Submit gradle dependencies
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: write # see action's documentation
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Configure tools
uses: ./.github/actions/prepare-for-build
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: "(?i)(^|:)(compileClasspath|runtimeClasspath|testCompileClasspath|testRuntimeClasspath)$"
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: "(?i)(^|:)(classpath|.*PluginClasspath|kotlinCompilerClasspath|kaptClasspath|annotationProcessor|detachedConfiguration.*)$"
DEPENDENCY_GRAPH_RUNTIME_INCLUDE_CONFIGURATIONS: "(?i)(^|:)runtimeClasspath$"
DEPENDENCY_GRAPH_RUNTIME_EXCLUDE_CONFIGURATIONS: "(?i)(^|:)testRuntimeClasspath$"