aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/src
AgeCommit message (Collapse)Author
2020-07-31Split AnalysisEnvironment.kt into multiple files and simplify ↵sebastian.sellmair
getClasspathFromRegularTask
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, ↵sebastian.sellmair
add Collector0IntegrationTest
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 ↵sebastian.sellmair
DokkaMultimoduleTask for javadoc
2020-07-16Only register collector and multimodule tasks on projects that actually have ↵sebastian.sellmair
children
2020-07-15ConfigurationExtractor: Gracefully handle projects without Kotlin project ↵sebastian.sellmair
applied
2020-07-15Decalre documentation group for all dokka taskssebastian.sellmair
2020-07-15Mark `DokkaBootstrap` with `Throws` annotation to avoid ↵sebastian.sellmair
"UndeclaredThrowableException" when used with automagicProxy
2020-07-14DokkaMultimoduleTask: Automatically declare dependencies to sub dokka taskssebastian.sellmair
2020-07-14Introduce some small CLI configuration fixesKamil Doległo
2020-07-13Remove duplicate `TaskAction` in DokkaMultimoduleTask.kt and DokkaTask.ktsebastian.sellmair
2020-07-13Remove DokkaTask.subprojects in favor of DokkaMultimodule and DokkaCollectorsebastian.sellmair
2020-07-13Use `dokkaSourceSets.create` for fallback "main" source set creationsebastian.sellmair
2020-07-13Remove `outputFormat` from AbstractDokkaTasksebastian.sellmair
2020-07-13Comment on DokkaTask.enforcedConfigurationsebastian.sellmair
2020-07-13Remove `global` dokka source set (in favor of configureEach)sebastian.sellmair
2020-07-13Implement DokkaTasksTestsebastian.sellmair
2020-07-13Implement default `dokkaPlugin` and `dokkaRuntime` configuration that each ↵sebastian.sellmair
task configuration will extend from
2020-07-13Rename default format "html"sebastian.sellmair
2020-07-13Implement BasicGroovyIntegrationTest.ktsebastian.sellmair
2020-07-13Implement `AbstractDokkaTask` to suport DokkaMultimoduleTasksebastian.sellmair
2020-07-13Implement defaultDokkaOutputDirectorysebastian.sellmair
2020-07-13Remove Project.dokka extension functionsebastian.sellmair
2020-07-13Introduce dokkaKdoc tasksebastian.sellmair
2020-07-13Rename DokkaDependencies.kt to DokkaArtifacts.ktsebastian.sellmair
2020-07-13Remove `format` from dokka DokkaConfigurationsebastian.sellmair
2020-07-13Refactor dokka tasks classpath configurationsebastian.sellmair
2020-07-13Refactor dokka tasks classpath configurationsebastian.sellmair
2020-07-07Annotate all properties on DokkaTask and DokkaMultimoduleTask to support the ↵sebastian.sellmair
`validatePlugins` task
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-06Replace direct creation of ExternalDocumentationLink with ↵Kamil Doległo
ExternalDocumentationLink.Builder
2020-07-02runner:gradle-plugin: Apply `java-gradle-plugin`sebastian.sellmair
2020-06-29DokkaTask: Replace exitProcess with exception and helpful message if no ↵sebastian.sellmair
source sets are configured
2020-06-25Fix rendering of coroutinesKrzysztof Romanwoski
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵Kamil Doległo
use it instead of SourceSetData
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵sebastian.sellmair
Afzal Najam)
2020-06-18Implement default configurationssebastian.sellmair
2020-06-16Fix sourceSetID creationKamil Doległo
2020-06-16Dokka Gradle Plugin: Reduce public API surfacesebastian.sellmair
2020-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Make module name a part of sourceSetID be defaultKamil Doległo
2020-06-15Fix DokkaCollector taskKamil Doległo
2020-06-15Change sourceSet collection from List to SetKamil Doległo
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo