Skip to content

Commit 5162009

Browse files
authored
chore: fix annotation packaging (#3104)
1 parent 8ea4d98 commit 5162009

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

annotations/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ plugins {
1818
id("maven-publish")
1919
}
2020

21+
java {
22+
withSourcesJar()
23+
withJavadocJar()
24+
}
25+
2126
apply(from = rootProject.file("configuration/publishing.gradle"))
2227

2328
group = properties["POM_GROUP"].toString()

0 commit comments

Comments
 (0)