aboutsummaryrefslogtreecommitdiff
path: root/plugins/gfm/build.gradle.kts
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-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-08-30Migrate to JUnit 5 and unify used test API (#3138)Ignat Beresnev
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-03-27Mark utilities.* API as Dokka-internal (#2937)Vsevolod Tolstopyatov
* Deprecate unused declaration, remove inline declaration (as it's binary compatible), opt-in into internal API at project level * Opt-in into DokkaInternalApi where applicable * Get rid of intermediate test-utils module
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-03-13Migrate buildSrc to composite build (#2912)Goooler
2023-03-07Use buildSrc convention plugins to configure the Dokka subprojects (#2704)aSemy
2022-11-10Introduce jackson-databind constraint for 2.12.7.1 (#2733)Ryan Lewis
Fixes CVE-2022-42003
2021-07-08Bump jacksons (#2010)Marcin Aman
2020-11-27Adding inter-module link resolving template strategy for GfmBłażej Kardyś
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation
2020-07-14Adapt changes from "Simplify publishing configuration and enable sourcejars"sebastian.sellmair
2020-07-14Simplify publishing configuration and enable sourcejarsAurimas Liutikas
2020-07-13Support dokkaJekyll and dokkaGfm tasks in new task configurationsebastian.sellmair
2020-07-09Implement PublicationValidationsebastian.sellmair
2020-07-08Move common base test utils to submoduleAndrzej Ratajczak
2020-07-08Add GFM renderer testsAndrzej Ratajczak
2020-04-27Fix problem with base plugin not being loaded in gradle runnerAndrzej Ratajczak
2020-04-01Fixes problems with Markdown and JekyllAndrzej Ratajczak
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak