aboutsummaryrefslogtreecommitdiff
path: root/core/build.gradle.kts
AgeCommit message (Collapse)Author
2022-06-30Bump essential dependencies (#2534)Ignat Beresnev
2022-03-22Remove bintray publish plugins (#2364)Goooler
* Bump binary-compatibility-validator to 0.8.0
2021-07-12Handle NBSP and other html entries (#2005)Marcin Aman
2021-07-08Bump jacksons (#2010)Marcin Aman
2021-06-21Don't use older dir from previous runs in versioning (#1963)Marcin Aman
2021-04-06Bump jsoup from 1.12.1 to 1.13.1 (#1783)dependabot[bot]
2021-04-02Bump markdown from 0.2.0 to 0.2.1 (#1806)dependabot[bot]
Bumps [markdown](https://github.com/JetBrains/markdown) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/JetBrains/markdown/releases) - [Commits](https://github.com/JetBrains/markdown/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-01Bump markdown to 0.2.0 and fix negation in links being interpreted as img ↵Marcin Aman
(#1754) * Bump markdown library to 0.2.0 * Render shorthand images as link with text
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-10-02Make translators run in parallel.Andrzej Ratajczak
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation
2020-08-19Declare `dokkaVersion` as input `processResources` task in :coresebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-20Improve JSON parsing for CLIAlex Saveau
2020-07-15Remove markdown repository in favor of jcenter and remove terminate ↵sebastian.sellmair
:core:dependencies
2020-07-14Adapt changes from "Simplify publishing configuration and enable sourcejars"sebastian.sellmair
2020-07-14Simplify publishing configuration and enable sourcejarsAurimas Liutikas
2020-07-02runner:gradle-plugin: Apply `java-gradle-plugin`sebastian.sellmair
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-05-21Migrated resources to base-pluginFilip Zybała
2020-04-08Moving search-component inside core projectBłażej Kardyś
2020-04-06Integrating fuzzy search into dokkaBłażej Kardyś
2020-03-04Fix building, we still need jsoup in the core for HtmlParserKamil Doległo
2020-03-04Working javadoc parsingBłażej Kardyś
2020-02-18Moves PsiToDocumentablesTranslator to the base pluginPaweł Marks
2020-02-14Removes shadow dependency that was causing jar overwritesPaweł Marks
2020-02-13Update packaging structure, fix testAPI publication, simplify dependencies ↵Kamil Doległo
handling in plugins Fixes #627 This commit removes repackaging `dokka-core` with all its dependencies by creating a publication for those dependencies. Moreover it moves `kotlinx-markdown` dependency to `coreDependencies` as this library is only present in Kotlin Bintray repository. TestAPI now publishes correctly
2020-02-12Implements tests for MarkdownParser and fixes some bugs related to itsAndrzej Ratajczak
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo