aboutsummaryrefslogtreecommitdiff
path: root/core/build.gradle.kts
AgeCommit message (Collapse)Author
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