Skip to content

Commit 12afbc2

Browse files
committed
re-enabling processKDocsMain on Jar task
1 parent 4ce0039 commit 12afbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ idea {
225225
// Modify all Jar tasks such that before running the Kotlin sources are set to
226226
// the target of processKdocMain and they are returned back to normal afterwards.
227227
tasks.withType<Jar> {
228-
// dependsOn(processKDocsMain)
228+
dependsOn(processKDocsMain)
229229
mustRunAfter(tasks.generateKeywordsSrc)
230230
outputs.upToDateWhen { false }
231231

0 commit comments

Comments
 (0)