index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runners
/
gradle-plugin
Age
Commit message (
Expand
)
Author
2020-08-20
Add task descriptions to all dokka tasks
sebastian.sellmair
2020-08-20
Fix convention for ExternalDocumentationLink#packageListUrl
sebastian.sellmair
2020-08-19
Add support for space package publishing
sebastian.sellmair
2020-08-14
Update Gradle version to 6.6
sebastian.sellmair
2020-08-14
Fix `GradleDokkaSourceSetBuilder.sourceRoots` annotation
sebastian.sellmair
2020-08-14
Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder`
Kamil Doległo
2020-08-14
Use java.net.URL consistently across Gradle Plugin API surface
sebastian.sellmair
2020-08-14
Remove unnecessary "isMultiplatform" util
sebastian.sellmair
2020-08-14
Gradle Plugin: Code style improvements
sebastian.sellmair
2020-08-14
fixup! API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask
sebastian.sellmair
2020-08-14
Use List for representing classpaths instead of Set
sebastian.sellmair
2020-08-14
toDokkaSourceSetImpl: Use `getSafe` instead of `get` everywhere
sebastian.sellmair
2020-08-14
DokkaMultiModuleTask: Use Property/Provider API
sebastian.sellmair
2020-08-14
Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API
sebastian.sellmair
2020-08-14
Handle wrongly implemented `DokkaMultiModuleFileLayout`
sebastian.sellmair
2020-08-14
Declare `checkChildDokkaTasksIsNotEmpty` as internal
sebastian.sellmair
2020-08-14
Add documentation to DokkaMultiModuleFileLayout
sebastian.sellmair
2020-08-14
API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask
sebastian.sellmair
2020-08-14
Cover GradleDokkaSourceSetBuilder with tests
sebastian.sellmair
2020-08-14
Re-introduce changes from aaf0e377a383f916b8dfff9dc78e4274b9b30b9c (Propagate...
sebastian.sellmair
2020-08-14
Replace ExternalDocumentationLink.Builder with factory functions
sebastian.sellmair
2020-08-14
Use Gradle's new Property/Provider APIs
sebastian.sellmair
2020-08-14
Adapt KotlinDslDokkaTaskConfigurationTest.kt
sebastian.sellmair
2020-08-14
DokkaConfiguration: Use `Set` instead of `List` when collections are expected...
sebastian.sellmair
2020-08-14
Simplify Dokka Gradle Plugin
sebastian.sellmair
2020-08-12
Implement DocumentableFilterSuppressedTransformer
sebastian.sellmair
2020-08-03
Add publication for gradle plugin portal
sebastian.sellmair
2020-07-31
Split AnalysisEnvironment.kt into multiple files and simplify getClasspathFro...
sebastian.sellmair
2020-07-31
Propagate default Kotlin/Native KLIBs to the Dokka classpath
Dmitriy Dolovov
2020-07-27
Fix error message when no dokka source sets are registered
sebastian.sellmair
2020-07-23
Add link to androidx documentation by default for Android projects
sebastian.sellmair
2020-07-20
Re-introduce default DokkaCollectorTask, run on all submodules by default, ad...
sebastian.sellmair
2020-07-20
Implement DokkaConfigurationSerializableTest
sebastian.sellmair
2020-07-20
Use jackson for json serialization and parsing
sebastian.sellmair
2020-07-17
Disable registration of default dokka collector tasks
sebastian.sellmair
2020-07-17
Fix DokkaCollector task to run on its own
Kamil Doległo
2020-07-17
Fix DokkaCollectorTask and disable DokkaCollectorTask and DokkaMultimoduleTas...
sebastian.sellmair
2020-07-16
Only register collector and multimodule tasks on projects that actually have ...
sebastian.sellmair
2020-07-15
ConfigurationExtractor: Gracefully handle projects without Kotlin project app...
sebastian.sellmair
2020-07-15
Decalre documentation group for all dokka tasks
sebastian.sellmair
2020-07-15
Mark `DokkaBootstrap` with `Throws` annotation to avoid "UndeclaredThrowableE...
sebastian.sellmair
2020-07-14
DokkaMultimoduleTask: Automatically declare dependencies to sub dokka tasks
sebastian.sellmair
2020-07-14
Adapt changes from "Simplify publishing configuration and enable sourcejars"
sebastian.sellmair
2020-07-14
PROPOSAL
sebastian.sellmair
2020-07-14
Introduce some small CLI configuration fixes
Kamil Doległo
2020-07-13
Remove duplicate `TaskAction` in DokkaMultimoduleTask.kt and DokkaTask.kt
sebastian.sellmair
2020-07-13
Remove DokkaTask.subprojects in favor of DokkaMultimodule and DokkaCollector
sebastian.sellmair
2020-07-13
Use `dokkaSourceSets.create` for fallback "main" source set creation
sebastian.sellmair
2020-07-13
Remove `outputFormat` from AbstractDokkaTask
sebastian.sellmair
2020-07-13
Comment on DokkaTask.enforcedConfiguration
sebastian.sellmair
[prev]
[next]