Skip to content

Commit 76a0258

Browse files
committed
since this was successful, commenting sth in again
1 parent d59cea0 commit 76a0258

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ java {
4545
toolchain {
4646
languageVersion = JavaLanguageVersion.of(17)
4747
}
48-
//withJavadocJar()
48+
withJavadocJar()
4949
withSourcesJar()
5050
}
5151

52-
/*javadoc {
52+
javadoc {
5353
if(JavaVersion.current().isJava9Compatible()) {
5454
options.addBooleanOption('html5', true)
5555
}
56-
}*/
56+
}
5757

5858
repositories {
5959
mavenCentral()

0 commit comments

Comments
 (0)