diff --git a/build.gradle b/build.gradle index 996ae3480..03e379fcf 100644 --- a/build.gradle +++ b/build.gradle @@ -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() diff --git a/coreSubProjects b/coreSubProjects index 007749c9e..d91cde231 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 007749c9ef07981d956db96272b540daecd799ce +Subproject commit d91cde23198beb478a0b6bfdf209a2d9a72dda8b