File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ plugins {
11
11
id(" org.cadixdev.licenser" ) version " 0.6.1"
12
12
id(" me.qoomon.git-versioning" ) version " 6.4.3"
13
13
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"
14
16
id(" com.github.ben-manes.versions" ) version " 0.50.0"
15
17
id(" me.champeau.jmh" ) version " 0.7.2"
16
18
id(" io.freefair.maven-central.validate-poms" ) version " 8.4"
62
64
sourceCompatibility = JavaVersion .VERSION_17
63
65
targetCompatibility = JavaVersion .VERSION_17
64
66
withSourcesJar()
67
+ withJavadocJar()
65
68
}
66
69
67
70
tasks.withType<JavaCompile > {
@@ -114,6 +117,7 @@ sonar {
114
117
artifacts {
115
118
archives(tasks[" jar" ])
116
119
archives(tasks[" sourcesJar" ])
120
+ archives(tasks[" javadocJar" ])
117
121
}
118
122
119
123
signing {
You can’t perform that action at this time.
0 commit comments