Skip to content

Commit 4f42a92

Browse files
committed
build: Lowercase project name when publishing Javadoc
1 parent b01cdbe commit 4f42a92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ indra {
261261

262262
indraCrossdoc {
263263
baseUrl(providers.gradleProperty("javadocPublishRoot"))
264+
nameBasedDocumentationUrlProvider {
265+
lowercaseProjectName.set(true)
266+
}
264267
}
265268

266269
spotless {

0 commit comments

Comments
 (0)