We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500b5a0 commit 2b485c4Copy full SHA for 2b485c4
documentation/documentation.gradle.kts
@@ -104,6 +104,8 @@ val apiGuardianDocVersion = if (libs.versions.apiguardian.get().contains("SNAPSH
104
105
gitPublish {
106
repoUri = "https://github.com/junit-team/junit5.git"
107
+ referenceRepoUri = rootDir.toURI().toString()
108
+
109
branch = "gh-pages"
110
sign = false
111
fetchDepth = 1
0 commit comments