Skip to content

Commit

Permalink
publish javadoc and sources jars to maven repository (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
demkom58 authored Apr 25, 2024
1 parent b5624ea commit e55d93d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ plugins {
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

withSourcesJar()
withJavadocJar()
}

repositories {
Expand Down

0 comments on commit e55d93d

Please sign in to comment.