Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Version 2.1.18 - Support for Java 16 and Minecraft 1.17 #380

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix Javadoc generation
  • Loading branch information
GiantTreeLP committed Aug 21, 2021
commit 319976bbede63d8c0318f8c123175c4ee83809ed
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public interface NetworkHandler {
/**
* Called if a Player Disconnect to the network from cloudnet
*
* @param cloudPlayer
* @param uniqueId
*/
void onPlayerDisconnectNetwork(UUID uniqueId);

Expand All @@ -123,4 +123,4 @@ public interface NetworkHandler {
*/
void onUpdateOnlineCount(int onlineCount);

}
}
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${plugin.projectinfo.version}</version>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.maven.doxia/doxia-site-renderer -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>1.9.2</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
Expand Down