Skip to content

Commit f9e3771

Browse files
authored
add withJavadocJar() back
1 parent 92b4fa8 commit f9e3771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version = project.property("version") as String
2727

2828
java {
2929
withSourcesJar()
30-
// withJavadocJar()
30+
withJavadocJar()
3131
sourceCompatibility = JavaVersion.VERSION_11
3232
}
3333

@@ -211,4 +211,4 @@ tasks.withType<com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
211211
outputFormatter = "plain,html"
212212
outputDir = "build/dependency-reports"
213213
reportfileName = "dependency-updates"
214-
}
214+
}

0 commit comments

Comments
 (0)