Skip to content

Commit

Permalink
chore: update configuration of Dokka versioning plugin
Browse files Browse the repository at this point in the history
The 'dokkaHtml' task now removes the 'api/references/<version>/older' folder after generating the documentation.
  • Loading branch information
LVMVRQUXL committed Sep 2, 2023
1 parent a44f94d commit e131471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ tasks.dokkaHtml {
from(dokkaDirectory)
into(rootDir.resolve("docs"))
}
delete(apiReferencesDir.resolve(currentVersion).resolve("older"))
}
}
}
Expand Down

0 comments on commit e131471

Please sign in to comment.