Skip to content

Commit

Permalink
fixed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl committed Feb 16, 2024
1 parent c7dcceb commit 95834ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ static def readPythonLicense(licenseName) {
return s
}

java {
withJavadocJar()
withSourcesJar()
}

group = 'com.dynatrace.hash4j'
version = '0.17.0'

Expand Down

0 comments on commit 95834ea

Please sign in to comment.