aboutsummaryrefslogtreecommitdiff
path: root/runners
AgeCommit message (Expand)Author
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 ta...sebastian.sellmair
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-09Implement PublicationValidationsebastian.sellmair
2020-07-08Implement SetupMaven tasksebastian.sellmair
2020-07-08Implement simple MavenIntegrationTest.ktsebastian.sellmair
2020-07-07Annotate all properties on DokkaTask and DokkaMultimoduleTask to support the ...sebastian.sellmair
2020-07-07Implement simple cli integration testsebastian.sellmair
2020-07-06Manually disable bintray tasks in root project (https://github.com/bintray/gr...sebastian.sellmair
2020-07-06Dokka Gradle Plugin: Configure bintray publication for gradle plugin markersebastian.sellmair
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-06Fix source set name in MavenKamil Doległo
2020-07-06Replace direct creation of ExternalDocumentationLink with ExternalDocumentati...Kamil Doległo
2020-07-02Cleanup project and disable validatePlugins (https://github.com/Kotlin/dokka/...sebastian.sellmair
2020-07-02Introduce special gradle plugin publication for integration testssebastian.sellmair
2020-07-02runner:gradle-plugin: Apply `java-gradle-plugin`sebastian.sellmair
2020-06-29DokkaTask: Replace exitProcess with exception and helpful message if no sourc...sebastian.sellmair
2020-06-25Fix rendering of coroutinesKrzysztof Romanwoski
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...sebastian.sellmair
2020-06-18Implement default configurationssebastian.sellmair
2020-06-16Fix sourceSetID creationKamil Doległo
2020-06-16Refactor CLIAndrzej Ratajczak
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
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-06-04Implement Project.dokka extension to align kotlin and groovey dokka configura...sebastian.sellmair
2020-06-04All modules page generationBłażej Kardyś
2020-05-20Merging of platform dependent hints in sourceset treeBłażej Kardyś
2020-05-19Fix sourceRootName extractionKamil Doległo
2020-05-15Fix ConfigurationExtractor compilation findingKamil Doległo