Skip to content

Commit 3c8444a

Browse files
committed
Remove unused Asciidoctor attributes
1 parent bb585b9 commit 3c8444a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

documentation/documentation.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,8 @@ dependencies {
8181

8282
val buildRevision: String by rootProject.extra
8383
val snapshot = version.isSnapshot()
84-
val docsVersion = if (snapshot) "snapshot" else version
8584
val releaseBranch = if (snapshot) "HEAD" else "r${version}"
86-
val docsDir = layout.buildDirectory.dir("ghpages-docs")
8785
val replaceCurrentDocs = buildParameters.documentation.replaceCurrentDocs
88-
val uploadPdfs = !snapshot
89-
val userGuidePdfFileName = "junit-user-guide-${version}.pdf"
9086
val ota4jDocVersion = libs.versions.opentest4j.map { if (it.isSnapshot()) "snapshot" else it }.get()
9187
val apiGuardianDocVersion = libs.versions.apiguardian.map { if (it.isSnapshot()) "snapshot" else it }.get()
9288

@@ -380,7 +376,6 @@ tasks {
380376
"ota4j-version" to libs.versions.opentest4j.get(),
381377
"surefire-version" to libs.versions.surefire.get(),
382378
"release-branch" to releaseBranch,
383-
"docs-version" to docsVersion,
384379
"jdk-javadoc-base-url" to jdkJavadocBaseUrl
385380
)
386381
})

documentation/modules/ROOT/pages/overview.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ The goal of this document is to provide comprehensive reference documentation fo
55
programmers writing tests, extension authors, and engine authors as well as build tool
66
and IDE vendors.
77

8-
ifdef::backend-html5[]
9-
ifdef::linkToPdf[]
10-
This document is also available as a link:{userGuidePdfFileName}[PDF download].
11-
endif::linkToPdf[]
12-
endif::backend-html5[]
13-
148
[[what-is-junit]]
159
== What is JUnit?
1610

0 commit comments

Comments
 (0)