Skip to content

Commit

Permalink
Fixed API not having javadocs & sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed May 28, 2023
1 parent 67aece1 commit 429eb35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions api/build.gradle.kts
Expand Up @@ -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")
Expand Down
Expand Up @@ -35,7 +35,7 @@ public interface AdaptedServerPing extends Handle {
void addPlayer();

/**
* Returns an epoch timestamp of when this ping was <bold>sent</bold>.
* Returns an epoch timestamp of when this ping was <b>sent</b>.
* @return A long of an epoch timestamp
*/
long getFetchedTime();
Expand Down

0 comments on commit 429eb35

Please sign in to comment.