Skip to content

Commit

Permalink
add sources and javadocs jars
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 21, 2024
1 parent c72cb73 commit b1df1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ version = "1.0.0"
java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
withSourcesJar()
withJavadocJar()
}

repositories {
Expand Down

0 comments on commit b1df1e9

Please sign in to comment.