aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-basic
AgeCommit message (Expand)Author
2022-10-04Update Kotlin to 1.7.20 (#2692)Ignat Beresnev
2022-09-27Update Kotlin to 1.7.20-RC (#2682)Ignat Beresnev
2022-07-13Update references and documentation to Dokka 1.7.10 (#2566)Ignat Beresnev
2022-07-08Update Kotlin to 1.7.10 (#2564)Ignat Beresnev
2022-06-20Update documentation and examples to Dokka 1.7.0 (#2542)Ignat Beresnev
2022-06-09Make `dokka-analysis` dependency compileOnly in base plugin (#2521)Vadim Mishenev
2022-05-31Bump Kotlin to 1.7.0-RC (#2508)Vadim Mishenev
2022-05-26Fix some integration tests on Windows (#2507)Matthew Haughton
2022-04-25Update documentation and examples to Dokka 1.6.21 (#2465)Ignat Beresnev
2022-04-15Update documentation, examples and test references to 1.6.20 (#2440)Ignat Beresnev
2022-04-14Use common gradle+kotlin versions across gradle integration tests (#2287)Ignat Beresnev
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-06-21Cachable task (#1905)Marcin Aman
2021-03-26Fix configuration for suppressing obvious functions (#1789)Marcin Aman
2020-11-19Adjust integration tests to the new package options APIMarcin Aman
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-09-04Javadoc version number is always 0.0.1 #1406Marcin Aman
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-14Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder`Kamil Doległo
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-08-12Implement DocumentableFilterSuppressedTransformersebastian.sellmair
2020-07-13BasicGradleIntegrationTest: Cover dokkaSourceSet configureEachsebastian.sellmair
2020-07-13Remove chunk from `it-basic`sebastian.sellmair
2020-07-13Remove `global` dokka source set (in favor of configureEach)sebastian.sellmair
2020-07-13Adapt s3-snapshots.ymlsebastian.sellmair
2020-07-13it-basic/build.gradle.kts: Cleanupsebastian.sellmair
2020-07-13Implement `AbstractDokkaTask` to suport DokkaMultimoduleTasksebastian.sellmair
2020-07-13Remove Project.dokka extension functionsebastian.sellmair
2020-07-13Cleanup it-basicsebastian.sellmair
2020-07-13Rename DokkaDependencies.kt to DokkaArtifacts.ktsebastian.sellmair
2020-07-13Refactor dokka tasks classpath configurationsebastian.sellmair
2020-07-02BasicGradleIntegrationTest: Add java sourcesebastian.sellmair
2020-07-02Implement template mechanism for Gradle integration testssebastian.sellmair
2020-07-02Introduce special gradle plugin publication for integration testssebastian.sellmair
2020-07-02Gradle integration tests: Use dokka_it_kotlin_version over kotlin_versionsebastian.sellmair
2020-07-02runner:gradle-plugin: Apply `java-gradle-plugin`sebastian.sellmair
2020-07-02Implement AbstractDefaultVersionsGradleIntegrationTest.ktsebastian.sellmair
2020-07-02Re-implement first basic gradle integration testsebastian.sellmair