aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/plugability/DokkaPlugin.kt
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-03-02Do not propagate opt-invmishenev
2023-02-24Mark Plugin Api as experimental (#2743)Vadim Mishenev
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-09-28Create java-like api for pluginsKrzysztof Romanwoski
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-07Add suppression capabilities for pluginsPaweł Marks
2020-07-07Add functionality to plugin overridesPaweł Marks
2020-07-07Refactor Extension DSL and remove fallback mechanismPaweł Marks
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)
2020-04-30Adds possibility to configure pluginsAndrzej Ratajczak
2020-02-18Moves comments to content conversion to base pluginPaweł Marks
2020-02-18Cleans up page mergers and moves them to base pluginPaweł Marks
2020-02-18Adds option to mark extension as fallbackPaweł Marks
2020-02-11Adds conditional plugin linkingAndrzej Ratajczak
2020-01-08Resolved problems with plugins loading ordering and added type safe ordering ↵Andrzej Ratajczak
function
2019-11-26Cache for plugin stubsPaweł Marks
2019-11-26Interface segregation in plugins apiPaweł Marks
2019-11-25Working extensions in pluginsPaweł Marks
2019-11-25First plugin draftPaweł Marks