Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Adding javadoc config in kryptokrona-util and kryptokrona-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed May 23, 2023
1 parent 5fd72ec commit cf64202
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kryptokrona-crypto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ repositories {
mavenCentral()
}

java {
withJavadocJar()
withSourcesJar()
}

dependencies {
implementation(project(":kryptokrona-util"))

Expand Down
5 changes: 5 additions & 0 deletions kryptokrona-util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ repositories {
mavenCentral()
}

java {
withJavadocJar()
withSourcesJar()
}

dependencies {
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor_version")

Expand Down

1 comment on commit cf64202

@vercel
Copy link

@vercel vercel bot commented on cf64202 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.