[AB-199] adding build of sources and javadoc

fixing javadoc as various places
adding release plugin
adding developer connection to scm
updating release pipeline to new action versions
This commit is contained in:
Sheldan
2021-03-12 23:43:52 +01:00
parent 2ed456c164
commit a36a884ae9
19 changed files with 99 additions and 40 deletions

View File

@@ -28,7 +28,8 @@ public interface MuteManagementService {
/**
* Finds the mute from the database by the given ID.
* @param muteId The id of the mute to search for
* @param muteId The ID of the mute to search for
* @param serverId The ID of the server to retrieve the {@link Mute mute} in
* @return An optional containing a {@link Mute} if the ID exists, and null otherwise
*/
Optional<Mute> findMuteOptional(Long muteId, Long serverId);