Update build workflow

This commit is contained in:
ME1312 2021-06-13 22:22:23 -04:00
parent 2a9c74f601
commit 89f2d646a5
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
8 changed files with 9 additions and 9 deletions

View File

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright (C) 2015-2019 ME1312
Copyright (C) 2015-2021 ME1312
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -92,7 +92,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Bungee.Common Javadoc</windowtitle>
<windowtitle>SubServers.Bungee.Common</windowtitle>
<doctitle>SubServers.Bungee.Common ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>

View File

@ -152,7 +152,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Bungee Javadoc</windowtitle>
<windowtitle>SubServers.Bungee</windowtitle>
<doctitle>SubServers.Bungee ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>

View File

@ -147,7 +147,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Client.Bukkit Javadoc</windowtitle>
<windowtitle>SubServers.Client.Bukkit</windowtitle>
<doctitle>SubServers.Client.Bukkit ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>

View File

@ -110,8 +110,8 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Client.Common Javadoc</windowtitle>
<doctitle>SubServers.Client.Common Javadoc</doctitle>
<windowtitle>SubServers.Client.Common</windowtitle>
<doctitle>SubServers.Client.Common ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
<outputDirectory>${basedir}/../../Javadoc/SubServers.Client.Common</outputDirectory>

View File

@ -117,7 +117,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Client.Sponge Javadoc</windowtitle>
<windowtitle>SubServers.Client.Sponge</windowtitle>
<doctitle>SubServers.Client.Sponge ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>

View File

@ -153,7 +153,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Host Javadoc</windowtitle>
<windowtitle>SubServers.Host</windowtitle>
<doctitle>SubServers.Host ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>

View File

@ -144,7 +144,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Sync Javadoc</windowtitle>
<windowtitle>SubServers.Sync</windowtitle>
<doctitle>SubServers.Sync ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>