Age | Commit message (Expand) | Author |
2020-07-14 | DokkaMultimoduleTask: Automatically declare dependencies to sub dokka tasks | 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 |
2020-07-13 | Remove `global` dokka source set (in favor of configureEach) | sebastian.sellmair |
2020-07-13 | Implement DokkaTasksTest | sebastian.sellmair |
2020-07-13 | Implement default `dokkaPlugin` and `dokkaRuntime` configuration that each ta... | sebastian.sellmair |
2020-07-13 | Rename default format "html" | sebastian.sellmair |
2020-07-13 | Implement BasicGroovyIntegrationTest.kt | sebastian.sellmair |
2020-07-13 | Implement `AbstractDokkaTask` to suport DokkaMultimoduleTask | sebastian.sellmair |
2020-07-13 | Implement defaultDokkaOutputDirectory | sebastian.sellmair |
2020-07-13 | Remove Project.dokka extension function | sebastian.sellmair |
2020-07-13 | Introduce dokkaKdoc task | sebastian.sellmair |
2020-07-13 | Rename DokkaDependencies.kt to DokkaArtifacts.kt | sebastian.sellmair |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair |
2020-07-13 | Refactor dokka tasks classpath configuration | sebastian.sellmair |
2020-07-13 | Refactor dokka tasks classpath configuration | sebastian.sellmair |
2020-07-07 | Annotate all properties on DokkaTask and DokkaMultimoduleTask to support the ... | sebastian.sellmair |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-07-06 | Replace direct creation of ExternalDocumentationLink with ExternalDocumentati... | Kamil Doległo |
2020-07-02 | runner:gradle-plugin: Apply `java-gradle-plugin` | sebastian.sellmair |
2020-06-29 | DokkaTask: Replace exitProcess with exception and helpful message if no sourc... | sebastian.sellmair |
2020-06-25 | Fix rendering of coroutines | Krzysztof Romanwoski |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |
2020-06-18 | Implement default configurations | sebastian.sellmair |
2020-06-16 | Fix sourceSetID creation | Kamil Doległo |
2020-06-16 | Dokka Gradle Plugin: Reduce public API surface | sebastian.sellmair |
2020-06-15 | Implement "failOnWarning" option | sebastian.sellmair |
2020-06-15 | Make module name a part of sourceSetID be default | Kamil Doległo |
2020-06-15 | Fix DokkaCollector task | Kamil Doległo |
2020-06-15 | Change sourceSet collection from List to Set | Kamil Doległo |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo |
2020-06-04 | Implement Project.dokka extension to align kotlin and groovey dokka configura... | sebastian.sellmair |
2020-06-04 | All modules page generation | Błażej Kardyś |
2020-05-20 | Merging of platform dependent hints in sourceset tree | Błażej Kardyś |
2020-05-19 | Fix sourceRootName extraction | Kamil Doległo |
2020-05-15 | Fix ConfigurationExtractor compilation finding | Kamil Doległo |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś |
2020-04-30 | Adds possibility to configure plugins | Andrzej Ratajczak |
2020-04-27 | Fix problem with base plugin not being loaded in gradle runner | Andrzej Ratajczak |
2020-04-23 | Fix creating absolute paths for output files | Kamil Doległo |
2020-03-23 | Gradle Task supporting multimodular projects | Andrzej Ratajczak |
2020-03-23 | Adds base plugin loading in gradle and cli | Andrzej Ratajczak |
2020-03-04 | Use JDK8 as the default version | Kamil Doległo |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo |
2019-11-25 | Few fixes for logger | Paweł Marks |