Skip to content

Commit

Permalink
revert dokka module name for legacy reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Oct 19, 2023
1 parent c0b0731 commit 66f4dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
}

tasks.withType<DokkaTask>().configureEach {
moduleName.set("FoPBot")
moduleName.set("FOPBot")
dokkaSourceSets.configureEach {
includes.from("Module.md")
jdkVersion.set(17)
Expand Down

0 comments on commit 66f4dea

Please sign in to comment.