Skip to content

Commit 95834ea

Browse files
committed
fixed build.gradle
1 parent c7dcceb commit 95834ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ static def readPythonLicense(licenseName) {
7373
return s
7474
}
7575

76+
java {
77+
withJavadocJar()
78+
withSourcesJar()
79+
}
80+
7681
group = 'com.dynatrace.hash4j'
7782
version = '0.17.0'
7883

0 commit comments

Comments
 (0)