- Remove javadoc related tasks from root project - Add aggregated javadoc task to spring-shell-docs - Various antora version updates - Bundle javadoc via collector into antora build - Remove refs to distZip in workflows - Relates #1132
25 lines
755 B
YAML
25 lines
755 B
YAML
name: shell
|
|
version: true
|
|
title: Spring Shell
|
|
nav:
|
|
- modules/ROOT/nav.adoc
|
|
ext:
|
|
collector:
|
|
- run:
|
|
command: gradlew -q "-Dorg.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError" :spring-shell-docs:generateAntoraYml
|
|
local: true
|
|
scan:
|
|
dir: ./build/generated-antora-resources
|
|
- run:
|
|
command: gradlew -q "-Dorg.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError" :spring-shell-docs:aggregatedJavadoc
|
|
local: true
|
|
scan:
|
|
dir: ./build/generated-antora-javadocs
|
|
|
|
asciidoc:
|
|
attributes:
|
|
attribute-missing: 'warn'
|
|
# FIXME: the copyright is not removed
|
|
# FIXME: The package is not renamed
|
|
chomp: 'all'
|
|
snippets: example$docs-src/test/java/org/springframework/shell/docs |