You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,6 @@ buildscript {
33
33
34
34
// Hacks because of Antora's clone/checkout/worktrees behavior
35
35
// Antora uses shallow-clone and worktrees to check out branches/tags.
36
-
// The nebula release, project, and info plugins use jgit to fetch git-related info.
37
-
// Unfortunately jgit does not support worktrees: https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475
38
-
// TODO: remove these hacks once jgit supports worktrees (nebula upgrades) and/or Antora supports full-clone
39
36
if (project.hasProperty('antora')) {
40
37
'git fetch --unshallow --all --tags'.execute().text // Antora shallow-clones so there is no history (we need commit history to find the last tag in the tree)
0 commit comments