Skip to content

Commit

Permalink
Add missing configuration to publish sources (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund authored Apr 19, 2024
1 parent de927ca commit 464786b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions interfaces/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ dependencies {

val noxcrewRepository: String = "https://maven.noxcrew.com/public"

java {
withJavadocJar()
withSourcesJar()
}

publishing {
repositories {
maven {
Expand Down

0 comments on commit 464786b

Please sign in to comment.