Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | Update Kotlin to 1.9.0 (#3074) | Vadim Mishenev | |
* Update Kotlin Gradle Plugin to 1.9.0 * Update Android Gradle Plugin to 4.2.2 * Introduce convention plugin for Gradle runner https://github.com/gradle/gradle/issues/8301 * Fix unit test `common, jvm and macos source sets with kotlin multiplatform` * Update compiler to 1.9.0 * Update integration test * Add empty target for WASM integration test to avoid single target project See https://github.com/Kotlin/dokka/issues/3038 * Remove unused `plugins.shadow` from toml | |||
2023-07-21 | Remove "project dependencies are published" check (#3078) | Ignat Beresnev | |
The check was likely added because bintray did not perform any checks of its own, but Maven Central should check for that before the staging repository is closed and all the artifacts are published, so it's not needed locally | |||
2023-07-12 | Set the correct testLauncher property in workflows (#3064) | Ignat Beresnev | |
2023-06-06 | Update Dokka's references to 1.8.20 (#3028) | Ignat Beresnev | |
2023-05-26 | Improve copying base-frontend files between subprojects (#2970) | Adam | |
2023-04-26 | Execute unit tests in parallel (#2953) | Goooler | |
Details: https://docs.gradle.org/7.6/userguide/performance.html#execute_tests_in_parallel | |||
2023-04-25 | Reorder dependency versions for update convenience (#2968) | Ignat Beresnev | |
* Reorder dependency versions for update convenience * Try to add more consistency to naming | |||
2023-04-17 | Disable publication of shadowRuntimeElements variant (#2961) | aSemy | |
2023-03-30 | Use Java 17 for setup-java in GitHub Actions (#2938) | Goooler | |
2023-03-30 | Move POM config to maven-publish convention plugin (#2946) | aSemy | |
2023-03-29 | Add reproducible archive build config (#2947) | aSemy | |
2023-03-27 | Mark utilities.* API as Dokka-internal (#2937) | Vsevolod Tolstopyatov | |
* Deprecate unused declaration, remove inline declaration (as it's binary compatible), opt-in into internal API at project level * Opt-in into DokkaInternalApi where applicable * Get rid of intermediate test-utils module | |||
2023-03-22 | Remove unnecessary Maven CLI setup tasks (#2930) | aSemy | |
2023-03-22 | Update POM urls to https (#2931) | aSemy | |
2023-03-17 | Introduce Gradle Version Catalog with type-safe project dependencies (#2884) | aSemy | |
2023-03-16 | Fix test runtime Java versions (#2918) | aSemy | |
Fixes #2917 Co-authored-by: Goooler <wangzongler@gmail.com> | |||
2023-03-16 | Refactor Maven Runner build config (#2911) | aSemy | |
2023-03-13 | Migrate buildSrc to composite build (#2912) | Goooler | |