Implement brigadier:long argument type, fixes #295

This commit is contained in:
Andrew Steinborn
2020-04-23 16:19:49 -04:00
parent 81a0cbe3b9
commit 957c0dd307
5 changed files with 50 additions and 6 deletions

View File

@@ -63,6 +63,7 @@ artifacts {
javadoc {
options.encoding = 'UTF-8'
options.charSet = 'UTF-8'
options.source = '8'
options.links(
'http://www.slf4j.org/apidocs/',
'https://google.github.io/guava/releases/25.1-jre/api/docs/',