Skip to content

Commit 7aec624

Browse files
Enable DokkaJar
1 parent c67c74b commit 7aec624

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle.kts

+6
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ spinePublishing {
119119
cloudArtifactRegistry
120120
)
121121
}
122+
dokkaJar {
123+
enabled = true
124+
}
122125
}
123126

124127
allprojects {
@@ -148,6 +151,7 @@ subprojects {
148151

149152
// Apply custom Kotlin script plugins.
150153
plugin("pmd-settings")
154+
plugin("dokka-for-java")
151155
}
152156

153157
repositories {
@@ -304,6 +308,8 @@ fun NamedDomainObjectContainer<Configuration>.forceTransitiveDependencies() = al
304308

305309
Jackson.core,
306310
Jackson.databind,
311+
Jackson.bom,
312+
Jackson.annotations,
307313

308314
CommonsCodec.lib,
309315
CommonsCollections.lib,

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
#
2626

27-
# Sometimes, our builds eat more memory than usual. Now, all builds should have enough.
27+
# Dokka plugin eats more memory than usual. Therefore, all builds should have enough.
2828
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m -Xmx1024m

0 commit comments

Comments
 (0)