Skip to content

Commit

Permalink
disable HTML doc generator cause it seems to exhaust metaspace
Browse files Browse the repository at this point in the history
  • Loading branch information
champo committed Sep 7, 2024
1 parent 3886513 commit 398d08c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: "com.vanniktech.maven.publish"
apply plugin: "org.jetbrains.dokka"

tasks.named("dokkaGfm").configure {
outputDirectory = file("$rootDir/docs/1.x")
}
// apply plugin: "org.jetbrains.dokka"
//
// tasks.named("dokkaGfm").configure {
// outputDirectory = file("$rootDir/docs/1.x")
// }

publishing {
repositories {
Expand Down

0 comments on commit 398d08c

Please sign in to comment.