Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
761 stars 48 forks source link

[KDocs] auto preprocess only when publishing #749

Closed Jolanrensen closed 1 week ago

Jolanrensen commented 1 week ago

I modified the KDocs preprocessing setup so the Jar tasks are only modified and the preprocessing only runs when publishing. This should make the process to build even less invasive.

Small further fix regarding https://github.com/Kotlin/dataframe/issues/620