From 5963fb05281302b6010264458cba9fcf989508b0 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 15 Nov 2022 15:09:00 -0600 Subject: [PATCH] Update to antora-collector-1.0.0-alpha.3 --- build.gradle | 2 +- lib/antora/extensions/inject-collector-config.js | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 8e0c0bbe..899f6016 100644 --- a/build.gradle +++ b/build.gradle @@ -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' ] } diff --git a/lib/antora/extensions/inject-collector-config.js b/lib/antora/extensions/inject-collector-config.js index 7be04adc..40716769 100644 --- a/lib/antora/extensions/inject-collector-config.js +++ b/lib/antora/extensions/inject-collector-config.js @@ -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,