Exclude toolchains.xml from being read

Issue gh-12568
Issue gh-12596
This commit is contained in:
Steve Riesenberg 2023-01-30 19:51:17 -06:00 committed by GitHub
parent 8a56d49d35
commit 02587c7407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
'use strict'
const BASE_COMMAND = 'gradlew -PbuildSrc.skipTests=true --scan --stacktrace'
const BASE_COMMAND = 'gradlew -PbuildSrc.skipTests=true -Porg.gradle.java.installations.auto-detect=false --scan --stacktrace'
const JVM_ARGS='-Xmx3g -XX:+HeapDumpOnOutOfMemoryError'
const REPO_URL = 'https://github.com/spring-projects/spring-security'
const TASK_NAME=':spring-security-docs:generateAntora'