1
0
mirror of synced 2026-08-04 01:07:02 +00:00

switch to official Antora Plugin for Gradle

- lock version to latest release of Antora 3.1
- declare Node.js dependencies in build.gradle
- use Node.js version provided by plugin
- assign environment variables using environments property on extension block
- move group and description project properties to gradle.properties
- remove unneeded .npmrc
- upgrade to Gradle 7.5.1
- pass -q when running gradlew from Collector
This commit is contained in:
Dan Allen
2022-09-26 14:28:34 -06:00
committed by Steve Riesenberg
parent 957566ebd7
commit 649823f401
11 changed files with 27 additions and 51 deletions
@@ -1,6 +1,6 @@
'use strict'
const BASE_COMMAND = 'gradlew -PbuildSrc.skipTests=true'
const BASE_COMMAND = 'gradlew -q -PbuildSrc.skipTests=true'
const JVM_ARGS='-Xmx3g -XX:+HeapDumpOnOutOfMemoryError'
const REPO_URL = 'https://github.com/spring-projects/spring-security'
const TASK_NAME=':spring-security-docs:generateAntora'