aboutsummaryrefslogtreecommitdiff
path: root/runners/maven-plugin
AgeCommit message (Expand)Author
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
2023-05-31Fix missing tab entries for module names with space (#3019)Ignat Beresnev
2023-04-25Replace invalid documentation links (#2973)Lukas Knoch-Girstmair
2023-04-25Reorder dependency versions for update convenience (#2968)Ignat Beresnev
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-03-16Refactor Maven Runner build config (#2911)aSemy
2023-03-13Migrate buildSrc to composite build (#2912)Goooler
2023-03-09Remove unused `sourceJar` tasks (#2909)aSemy
2023-03-07Use buildSrc convention plugins to configure the Dokka subprojects (#2704)aSemy
2023-01-31Make implementations of DokkaLogger thread-safe (#2827)Ignat Beresnev
2023-01-19Add module and package documentation content (#2819)Sarah Haggarty
2023-01-10Revise documentation (#2728)Ignat Beresnev
2022-06-09Make `dokka-analysis` dependency compileOnly in base plugin (#2521)Vadim Mishenev
2022-05-31Bump Kotlin to 1.7.0-RC (#2508)Vadim Mishenev
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-04-25Set `finalizeCoroutines` to false for maven runner (#2461)Ignat Beresnev
2022-02-21Code cleanups (#2165)Goooler
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-06-23Add maven central publication (#1688)Kamil Doległo
2021-05-21Bump Gradle to 7.0 (#1926)Kamil Doległo
2021-04-14Introduce binary compatibility plugin (#1774)Marcin Aman
2021-04-06Suppress inherited members (#1814)Marcin Aman
2021-03-26Fix configuration for suppressing obvious functions (#1789)Marcin Aman
2020-12-28Use maven directly to download additional dependencies (#1644)Andreas Dangel
2020-11-18Add matchingRegex (#598)Martin Bonnin
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-09-30Set aether authn when getting artifactsStephen Byrne
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are expected...sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-07-20Update compiler version to 1.4.0-rc-173sebastian.sellmair
2020-07-15Use DokkaLogger instead of println and adjust log levels for less verbosity b...sebastian.sellmair
2020-07-15Refactor and add integration testsAndrzej Ratajczak
2020-07-15Fix javadoc renderingAndrzej Ratajczak
2020-07-14Adapt changes from "Simplify publishing configuration and enable sourcejars"sebastian.sellmair
2020-07-14Simplify publishing configuration and enable sourcejarsAurimas Liutikas
2020-07-13Remove `format` from dokka DokkaConfigurationsebastian.sellmair
2020-07-08Implement SetupMaven tasksebastian.sellmair
2020-07-08Implement simple MavenIntegrationTest.ktsebastian.sellmair
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-06Fix source set name in MavenKamil Doległo
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-18Implement default configurationssebastian.sellmair
2020-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-04All modules page generationBłażej Kardyś