Nicklas Ansman
Results
131
comments of
Nicklas Ansman
I'm using this for now, but I'm not sure if I need to store additional files or skip other files: ```kotlin tasks.register("versionCurrentDocs") { enabled = !isSnapshotVersion from(tasks.dokkaGeneratePublicationHtml) into(olderVersionsFolder.resolve(version)) exclude("older") }...