Fixed API not having javadocs & sources

This commit is contained in:
ajgeiss0702
2023-05-28 16:57:04 -07:00
committed by ajgeiss0702
parent 2e5dc4191f
commit 9890e03e01
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -13,6 +13,11 @@ repositories {
mavenCentral()
}
java {
withJavadocJar()
withSourcesJar()
}
dependencies {
implementation("net.kyori:adventure-api:4.13.1")
implementation("net.kyori:adventure-text-serializer-plain:4.13.1")