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
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