We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b4fa8 commit f9e3771Copy full SHA for f9e3771
build.gradle.kts
@@ -27,7 +27,7 @@ version = project.property("version") as String
27
28
java {
29
withSourcesJar()
30
-// withJavadocJar()
+ withJavadocJar()
31
sourceCompatibility = JavaVersion.VERSION_11
32
}
33
@@ -211,4 +211,4 @@ tasks.withType<com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
211
outputFormatter = "plain,html"
212
outputDir = "build/dependency-reports"
213
reportfileName = "dependency-updates"
214
-}
+}
0 commit comments