Update to antora-collector-1.0.0-alpha.3
This commit is contained in:
@@ -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'
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user