Skip to content

Commit 464786b

Browse files
authored
Add missing configuration to publish sources (#1)
1 parent de927ca commit 464786b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

interfaces/build.gradle.kts

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ dependencies {
1818

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

21+
java {
22+
withJavadocJar()
23+
withSourcesJar()
24+
}
25+
2126
publishing {
2227
repositories {
2328
maven {

0 commit comments

Comments
 (0)