Set the javadoc's title to their project names

In this case "DistantHorizons-api"
This commit is contained in:
James Seibel
2023-06-26 21:26:42 -05:00
parent a16099bc98
commit 38085c3e7d
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -420,12 +420,16 @@ allprojects { p ->
apply plugin: "java"
apply plugin: "maven-publish"
archivesBaseName = rootProject.mod_name
version = project.name + "-" + rootProject.versionStr
group = rootProject.maven_group
// this is the text that appears at the top of the overview (home) page
// and is used when bookmarking a page
javadoc.title = rootProject.mod_name + "-" + project.name
repositories {
// The central repo
mavenCentral()