aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/src
AgeCommit message (Expand)Author
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
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-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-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
2020-08-14API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Cover GradleDokkaSourceSetBuilder with testssebastian.sellmair
2020-08-14Re-introduce changes from aaf0e377a383f916b8dfff9dc78e4274b9b30b9c (Propagate...sebastian.sellmair
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.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-08-12Implement DocumentableFilterSuppressedTransformersebastian.sellmair
2020-07-31Split AnalysisEnvironment.kt into multiple files and simplify getClasspathFro...sebastian.sellmair
2020-07-31Propagate default Kotlin/Native KLIBs to the Dokka classpathDmitriy Dolovov
2020-07-27Fix error message when no dokka source sets are registeredsebastian.sellmair
2020-07-23Add link to androidx documentation by default for Android projectssebastian.sellmair
2020-07-20Re-introduce default DokkaCollectorTask, run on all submodules by default, ad...sebastian.sellmair
2020-07-20Implement DokkaConfigurationSerializableTestsebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-17Disable registration of default dokka collector taskssebastian.sellmair
2020-07-17Fix DokkaCollector task to run on its ownKamil Doległo
2020-07-17Fix DokkaCollectorTask and disable DokkaCollectorTask and DokkaMultimoduleTas...sebastian.sellmair
2020-07-16Only register collector and multimodule tasks on projects that actually have ...sebastian.sellmair
2020-07-15ConfigurationExtractor: Gracefully handle projects without Kotlin project app...sebastian.sellmair