File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ val elementListsDir = layout.buildDirectory.dir("elementLists")
141
141
val externalModulesWithoutModularJavadoc = mapOf (
142
142
" org.apiguardian.api" to " https://apiguardian-team.github.io/apiguardian/docs/$apiGuardianDocVersion /api/" ,
143
143
" org.assertj.core" to " https://javadoc.io/doc/org.assertj/assertj-core/${libs.versions.assertj.get()} /" ,
144
- " org.opentest4j" to " https://ota4j-team.github.io/opentest4j/docs/$ota4jDocVersion /api/"
144
+ " org.opentest4j" to " https://ota4j-team.github.io/opentest4j/docs/$ota4jDocVersion /api/" ,
145
+ " org.jspecify" to " https://jspecify.dev/docs/api/" ,
145
146
)
146
147
require(externalModulesWithoutModularJavadoc.values.all { it.endsWith(" /" ) }) {
147
148
" all base URLs must end with a trailing slash: $externalModulesWithoutModularJavadoc "
You can’t perform that action at this time.
0 commit comments