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
/
integration-tests
/
gradle
/
projects
/
it-basic
/
build.gradle.kts
Age
Commit message (
Expand
)
Author
2023-11-10
Restructure the project to utilize included builds (#3174)
Ignat Beresnev
2023-11-06
Update Kotlin to 1.9.20 (#3319)
Vadim Mishenev
2023-10-16
Update Dokka's references to 1.9.10 (#3210)
Ignat Beresnev
2023-09-01
Update Dokka's references to 1.9.0 (#3154)
Ignat Beresnev
2023-08-31
Update copyright (#3149)
Ignat Beresnev
2023-06-06
Update Dokka's references to 1.8.20 (#3028)
Ignat Beresnev
2023-03-17
Introduce Gradle Version Catalog with type-safe project dependencies (#2884)
aSemy
2023-03-06
Update Dokka references to 1.8.10 (#2898)
Ignat Beresnev
2022-10-04
Update Kotlin to 1.7.20 (#2692)
Ignat Beresnev
2022-07-13
Update references and documentation to Dokka 1.7.10 (#2566)
Ignat Beresnev
2022-06-20
Update documentation and examples to Dokka 1.7.0 (#2542)
Ignat Beresnev
2022-06-09
Make `dokka-analysis` dependency compileOnly in base plugin (#2521)
Vadim Mishenev
2022-05-31
Bump Kotlin to 1.7.0-RC (#2508)
Vadim Mishenev
2022-05-26
Fix some integration tests on Windows (#2507)
Matthew Haughton
2022-04-25
Update documentation and examples to Dokka 1.6.21 (#2465)
Ignat Beresnev
2022-04-15
Update documentation, examples and test references to 1.6.20 (#2440)
Ignat Beresnev
2022-04-14
Use common gradle+kotlin versions across gradle integration tests (#2287)
Ignat Beresnev
2021-12-23
Introduce documentedVisibilities setting (#2270)
Ignat Beresnev
2021-06-21
Cachable task (#1905)
Marcin Aman
2021-03-26
Fix configuration for suppressing obvious functions (#1789)
Marcin Aman
2020-11-19
Adjust integration tests to the new package options API
Marcin Aman
2020-10-07
Make logo replaceable #1339 (#1488)
Marcin Aman
2020-09-04
Javadoc version number is always 0.0.1 #1406
Marcin Aman
2020-08-31
Let module name be configurable withing `AbstractDokkaTask` and remove concep...
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
Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API
sebastian.sellmair
2020-08-14
API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask
sebastian.sellmair
2020-08-14
Use Gradle's new Property/Provider APIs
sebastian.sellmair
2020-08-14
Simplify Dokka Gradle Plugin
sebastian.sellmair
2020-08-12
Implement DocumentableFilterSuppressedTransformer
sebastian.sellmair
2020-07-13
BasicGradleIntegrationTest: Cover dokkaSourceSet configureEach
sebastian.sellmair
2020-07-13
Remove chunk from `it-basic`
sebastian.sellmair
2020-07-13
Remove `global` dokka source set (in favor of configureEach)
sebastian.sellmair
2020-07-13
Adapt s3-snapshots.yml
sebastian.sellmair
2020-07-13
it-basic/build.gradle.kts: Cleanup
sebastian.sellmair
2020-07-13
Implement `AbstractDokkaTask` to suport DokkaMultimoduleTask
sebastian.sellmair
2020-07-13
Remove Project.dokka extension function
sebastian.sellmair
2020-07-13
Cleanup it-basic
sebastian.sellmair
2020-07-13
Rename DokkaDependencies.kt to DokkaArtifacts.kt
sebastian.sellmair
2020-07-13
Refactor dokka tasks classpath configuration
sebastian.sellmair
2020-07-02
Implement template mechanism for Gradle integration tests
sebastian.sellmair
2020-07-02
Gradle integration tests: Use dokka_it_kotlin_version over kotlin_version
sebastian.sellmair
2020-07-02
runner:gradle-plugin: Apply `java-gradle-plugin`
sebastian.sellmair
2020-07-02
Implement AbstractDefaultVersionsGradleIntegrationTest.kt
sebastian.sellmair
2020-07-02
Re-implement first basic gradle integration test
sebastian.sellmair