aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/src/test
AgeCommit message (Expand)Author
2023-02-27Use Gradle file property types for task inputs & outputs (#2707)aSemy
2023-02-23Update custom Gradle utils to use Gradle Kotlin DSL (#2833)aSemy
2023-02-21Move Gradle plugin tasks into a separate directory (#2705)aSemy
2023-02-21Apply kotlin-dsl plugin (#2702)aSemy
2023-02-20Add the ability to pretty print DokkaConfiguration (#2872)Ignat Beresnev
2023-02-14Deprecate methods for adding/removing task dependencies (#2857)Andrey Tyrin
2023-02-10Update Kotlin to 1.8.10 (#2797)Ignat Beresnev
2023-02-01Add missing group and description for Multimodule tasks (#2806)Róbert Papp
2023-01-30Replace `by` helper function with the standard `set()` (#2834)aSemy
2022-09-27Update Kotlin to 1.7.20-RC (#2682)Ignat Beresnev
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-04-25Fix missing external docs for some AndroidX libraries (#2456)Edric Chan
2022-02-15Convert interfaces to functional (#2360)Goooler
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-08-21Review comments + "unspecified" version fixMarcin Aman
2021-08-12Webhelp-like frontendMarcin Aman
2021-04-14Add ability to document generated files (#1832)Marcin Aman
2021-03-26Reintroduce multimodule documentation (#1804)Marcin Aman
2021-01-05Versioning (#1654)Błażej Kardyś
2020-12-02Fix gradle passing 'unspecified' version to dokka configuration (#1650)Marcin Aman
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-11-27Moving SingleGeneration to base pluingBłażej Kardyś
2020-11-18Add matchingRegex (#598)Martin Bonnin
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-08-31Re-use includes form child tasks for all modules page generationsebastian.sellmair
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-25Fix external links to Android and Androix documentationsKamil Doległo
2020-08-20Implement tests for enhanced KotlinSourceSetGist mechanismsebastian.sellmair
2020-08-20Fix tests for changed KotlinSourceSetGistsebastian.sellmair
2020-08-20- Implement GradleDokkaSourceSetBuilder#isDocumented to enable/disable source...sebastian.sellmair
2020-08-20Add task descriptions to all dokka taskssebastian.sellmair
2020-08-14Update Gradle version to 6.6sebastian.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-14DokkaMultiModuleTask: Use Property/Provider APIsebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14Handle wrongly implemented `DokkaMultiModuleFileLayout`sebastian.sellmair
2020-08-14Add documentation to DokkaMultiModuleFileLayoutsebastian.sellmair
2020-08-14API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Cover GradleDokkaSourceSetBuilder with testssebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14Adapt KotlinDslDokkaTaskConfigurationTest.ktsebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are expected...sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-07-20Implement DokkaConfigurationSerializableTestsebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-15Decalre documentation group for all dokka taskssebastian.sellmair
2020-07-15Mark `DokkaBootstrap` with `Throws` annotation to avoid "UndeclaredThrowableE...sebastian.sellmair
2020-07-13Implement DokkaTasksTestsebastian.sellmair
2020-07-13Implement `AbstractDokkaTask` to suport DokkaMultimoduleTasksebastian.sellmair