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
committed by s809
parent dd2c9d1e56
commit 3aab0469ab
+7 -3
View File
@@ -423,12 +423,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()