aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin
AgeCommit message (Expand)Author
2021-04-14Add ability to document generated files (#1832)Marcin Aman
2021-04-06Suppress inherited members (#1814)Marcin Aman
2021-03-26Fix configuration for suppressing obvious functions (#1789)Marcin Aman
2021-03-26Reintroduce multimodule documentation (#1804)Marcin Aman
2021-03-11Make Gradle plugin use `api` instead of `implementation` for core (#1771)Kamil Doległo
2021-01-18Fix a bug with not creating Gradle configurations for partial tasksKamil Doległo
2021-01-05Versioning (#1654)Błażej Kardyś
2020-12-03Update migration guide for 1.4.20Marcin Aman
2020-12-02Fix gradle passing 'unspecified' version to dokka configuration (#1650)Marcin Aman
2020-11-27Changing how multimodule location provider works and improving gfm link subst...Błażej Kardyś
2020-11-27Adding multimodule all modules page creation for gfmBłażej Kardyś
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-11-27Moving SingleGeneration to base pluingBłażej Kardyś
2020-11-27Implement immediate temaplates resolutionPaweł Marks
2020-11-27Add templating commands to the html formatPaweł Marks
2020-11-27Extracting dokka generation to the dedicated extension pointPaweł Marks
2020-11-18Add matchingRegex (#598)Martin Bonnin
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-09-10Update migration guide with correct property nameKamil Doległo
2020-09-04Javadoc version number is always 0.0.1 #1406Marcin Aman
2020-09-01Also add KotlinCompile#classpath to final classpath calculationsebastian.sellmair
2020-08-31Remove unnecessary blank linessebastian.sellmair
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-25- Move `test` projects into semantic parent projectssebastian.sellmair
2020-08-25Add first version of MIGRATION.md to help users migrating to new dokkasebastian.sellmair
2020-08-25Fix external links to Android and Androix documentationsKamil Doległo
2020-08-24GradleSourceLinkBuilder: Use canonicalPath instead of absolutePathsebastian.sellmair
2020-08-20Declare all dokka tasks as abstract instead of opensebastian.sellmair
2020-08-20Use `project.objects.fileCollection` instead of `project.files` for creating ...sebastian.sellmair
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-20Fix convention for ExternalDocumentationLink#packageListUrlsebastian.sellmair
2020-08-19Add support for space package publishingsebastian.sellmair
2020-08-14Update Gradle version to 6.6sebastian.sellmair
2020-08-14Fix `GradleDokkaSourceSetBuilder.sourceRoots` annotationsebastian.sellmair
2020-08-14Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder`Kamil Doległo
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Remove unnecessary "isMultiplatform" utilsebastian.sellmair
2020-08-14Gradle Plugin: Code style improvementssebastian.sellmair
2020-08-14fixup! API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14toDokkaSourceSetImpl: Use `getSafe` instead of `get` everywheresebastian.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-14Declare `checkChildDokkaTasksIsNotEmpty` as internalsebastian.sellmair
2020-08-14Add documentation to DokkaMultiModuleFileLayoutsebastian.sellmair