Skip to content

Commit 6eb86fc

Browse files
committed
add javadoc
1 parent bcd13f1 commit 6eb86fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ plugins {
1111
id("org.cadixdev.licenser") version "0.6.1"
1212
id("me.qoomon.git-versioning") version "6.4.3"
1313
id("io.freefair.lombok") version "8.4"
14+
id("io.freefair.javadoc-links") version "8.4"
15+
id("io.freefair.javadoc-utf-8") version "8.4"
1416
id("com.github.ben-manes.versions") version "0.50.0"
1517
id("me.champeau.jmh") version "0.7.2"
1618
id("io.freefair.maven-central.validate-poms") version "8.4"
@@ -62,6 +64,7 @@ java {
6264
sourceCompatibility = JavaVersion.VERSION_17
6365
targetCompatibility = JavaVersion.VERSION_17
6466
withSourcesJar()
67+
withJavadocJar()
6568
}
6669

6770
tasks.withType<JavaCompile> {
@@ -114,6 +117,7 @@ sonar {
114117
artifacts {
115118
archives(tasks["jar"])
116119
archives(tasks["sourcesJar"])
120+
archives(tasks["javadocJar"])
117121
}
118122

119123
signing {

0 commit comments

Comments
 (0)