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
/
build.gradle.kts
Age
Commit message (
Expand
)
Author
2023-03-30
Move POM config to maven-publish convention plugin (#2946)
aSemy
2023-03-27
Mark utilities.* API as Dokka-internal (#2937)
Vsevolod Tolstopyatov
2023-03-17
Introduce Gradle Version Catalog with type-safe project dependencies (#2884)
aSemy
2023-03-13
Migrate buildSrc to composite build (#2912)
Goooler
2023-03-09
Remove unused `sourceJar` tasks (#2909)
aSemy
2023-03-07
Use buildSrc convention plugins to configure the Dokka subprojects (#2704)
aSemy
2023-02-27
Remove workaround for fixed Gradle issue (#2891)
Matthew Haughton
2023-02-21
Apply kotlin-dsl plugin (#2702)
aSemy
2022-07-18
Remove kotlin-stdlib dependency from gradle runner (#2570)
Martin Bonnin
2022-06-21
Do not expose kotlin stdlib in the Gradle plugin dependencies (#2543)
Martin Bonnin
2022-05-27
Remove unused & redundant dependencies for Gradle runner (#2502)
Matthew Haughton
2022-05-18
Enable stricter validation for cacheable Gradle tasks (#2500)
Matthew Haughton
2022-03-22
Remove bintray publish plugins (#2364)
Goooler
2022-01-27
Bump com.gradle.plugin-publish from 0.12.0 to 0.20.0 (#2318)
dependabot[bot]
2021-11-12
Bump Kotlin to 1.6.0-RC2 (#2221)
vmishenev
2021-07-08
Bump jacksons (#2010)
Marcin Aman
2021-07-07
Fix Gradle plugin marker publication
Kamil Doległo
2021-06-23
Add maven central publication (#1688)
Kamil Doległo
2021-03-11
Make Gradle plugin use `api` instead of `implementation` for core (#1771)
Kamil Doległo
2020-08-25
- Move `test` projects into semantic parent projects
sebastian.sellmair
2020-08-20
Implement tests for enhanced KotlinSourceSetGist mechanism
sebastian.sellmair
2020-08-19
Add support for space package publishing
sebastian.sellmair
2020-08-14
Cover GradleDokkaSourceSetBuilder with tests
sebastian.sellmair
2020-08-03
Add publication for gradle plugin portal
sebastian.sellmair
2020-07-20
Use jackson for json serialization and parsing
sebastian.sellmair
2020-07-14
Adapt changes from "Simplify publishing configuration and enable sourcejars"
sebastian.sellmair
2020-07-14
PROPOSAL
sebastian.sellmair
2020-07-13
Implement DokkaTasksTest
sebastian.sellmair
2020-07-09
Implement PublicationValidation
sebastian.sellmair
2020-07-07
Annotate all properties on DokkaTask and DokkaMultimoduleTask to support the ...
sebastian.sellmair
2020-07-06
Dokka Gradle Plugin: Configure bintray publication for gradle plugin marker
sebastian.sellmair
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-07-02
Cleanup project and disable validatePlugins (https://github.com/Kotlin/dokka/...
sebastian.sellmair
2020-07-02
Introduce special gradle plugin publication for integration tests
sebastian.sellmair
2020-07-02
runner:gradle-plugin: Apply `java-gradle-plugin`
sebastian.sellmair
2020-06-04
Implement Project.dokka extension to align kotlin and groovey dokka configura...
sebastian.sellmair
2020-03-23
Gradle Task supporting multimodular projects
Andrzej Ratajczak
2020-01-31
Bump Gradle version, migrate to Kotlin DSL, refactor publishing
Kamil Doległo