diff --git a/build.gradle b/build.gradle index d51284f6..acfc7652 100644 --- a/build.gradle +++ b/build.gradle @@ -73,6 +73,11 @@ static def readPythonLicense(licenseName) { return s } +java { + withJavadocJar() + withSourcesJar() +} + group = 'com.dynatrace.hash4j' version = '0.17.0'