aboutsummaryrefslogtreecommitdiff
path: root/build-logic/src/main
AgeCommit message (Collapse)Author
2023-05-26Improve copying base-frontend files between subprojects (#2970)Adam
2023-04-26Execute unit tests in parallel (#2953)Goooler
Details: https://docs.gradle.org/7.6/userguide/performance.html#execute_tests_in_parallel
2023-04-25Reorder dependency versions for update convenience (#2968)Ignat Beresnev
* Reorder dependency versions for update convenience * Try to add more consistency to naming
2023-04-17Disable publication of shadowRuntimeElements variant (#2961)aSemy
2023-03-30Use Java 17 for setup-java in GitHub Actions (#2938)Goooler
2023-03-30Move POM config to maven-publish convention plugin (#2946)aSemy
2023-03-29Add reproducible archive build config (#2947)aSemy
2023-03-27Mark 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-22Remove unnecessary Maven CLI setup tasks (#2930)aSemy
2023-03-22Update POM urls to https (#2931)aSemy
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-03-16Fix test runtime Java versions (#2918)aSemy
Fixes #2917 Co-authored-by: Goooler <wangzongler@gmail.com>
2023-03-16Refactor Maven Runner build config (#2911)aSemy
2023-03-13Migrate buildSrc to composite build (#2912)Goooler