1
0
mirror of synced 2026-08-04 17:27:13 +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
-15
View File
@@ -1,15 +0,0 @@
{
"name": "spring-security-docs-site",
"description": "Spring Security Docs",
"private": true,
"dependencies": {
"@antora/cli": "^3.1.0",
"@antora/site-generator-default": "^3.1.0",
"@antora/collector-extension": "1.0.0-alpha.2"
},
"overrides": {
"vinyl-fs": {
"glob-stream": "~7.0"
}
}
}