Update to antora-collector-1.0.0-alpha.3

This commit is contained in:
Rob Winch
2022-11-15 15:09:00 -06:00
parent 90e341373f
commit 5963fb0528
2 changed files with 1 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ antora {
'ALGOLIA_INDEX_NAME': 'session-docs'
]
dependencies = [
'@antora/collector-extension': '1.0.0-alpha.2',
'@antora/collector-extension': '1.0.0-alpha.3',
'@opendevise/antora-release-line-extension': '1.0.0-alpha.1'
]
}

View File

@@ -12,14 +12,6 @@ module.exports.register = function () {
if (origin.url === REPO_URL && origin.descriptor.ext?.collector === undefined) {
origin.descriptor.ext = {
collector: [{
run: {
command: `pwd`
}
}, {
run: {
command: `git restore .`
}
}, {
run: {
command: `${BASE_COMMAND} "-Dorg.gradle.jvmargs=${JVM_ARGS}" ${TASK_NAME} --stacktrace --no-build-cache --no-configuration-cache --no-daemon`,
local: true,