Skip to content

Commit

Permalink
Fail the antora build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Oct 16, 2023
1 parent c85e1c7 commit 6ec7b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildscript {
// TODO: remove this hack once jgit supports worktrees and nebula upgrades.
if (project.hasProperty('antora')) {
'git fetch --unshallow --all --tags'.execute().text // antora shallow-clones so there is no history
ext['git.root'] = 'git rev-parse --path-format=absolute --git-common-dir'.execute().text.trim()
// ext['git.root'] = 'git rev-parse --path-format=absolute --git-common-dir'.execute().text.trim()
}

// TODO: remove this hack, see: https://github.com/nebula-plugins/nebula-release-plugin/issues/213
Expand Down

0 comments on commit 6ec7b27

Please sign in to comment.