File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ val jdkJavadocBaseUrl = "https://docs.oracle.com/en/java/javase/11/docs/api"
123123val elementListsDir = layout.buildDirectory.dir(" elementLists" )
124124val externalModulesWithoutModularJavadoc = mapOf (
125125 " org.apiguardian.api" to " https://apiguardian-team.github.io/apiguardian/docs/$apiGuardianDocVersion /api/" ,
126- // Temporarily disabled since javadoc.io is down
127- // "org.assertj.core" to "https://javadoc.io/doc/org.assertj/assertj-core/${libs.versions.assertj.get()}/",
126+ " org.assertj.core" to " https://javadoc.io/doc/org.assertj/assertj-core/${libs.versions.assertj.get()} /" ,
128127 " org.opentest4j" to " https://ota4j-team.github.io/opentest4j/docs/$ota4jDocVersion /api/"
129128)
130129require(externalModulesWithoutModularJavadoc.values.all { it.endsWith(" /" ) }) {
You can’t perform that action at this time.
0 commit comments