aboutsummaryrefslogtreecommitdiff
path: root/plugins/build.gradle.kts
AgeCommit message (Collapse)Author
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation
2020-08-19Refactor location providersKamil Doległo
2020-08-19Change test logging to show only skipped and failed ones, show full stacktracesKamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)
2020-06-23First version of javadoc output generationAndrzej Ratajczak
2020-05-19Unignore testsMarcin Aman
2020-03-17Add expect with generationSzymon Świstun
2020-02-18Translators moved to separate packagesPaweł Marks
also typo fixed and unnecessary dependencies removed
2020-02-18Moves all core tests to base pluginPaweł 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-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo