aboutsummaryrefslogtreecommitdiff
path: root/build-logic/build.gradle.kts
AgeCommit message (Collapse)Author
2023-11-28refactor(build): use typed catalog in build-logicHarsh Shandilya
2023-08-26chore(build): require a Java 20 hostHarsh Shandilya
2023-07-12fix(build): properly resolve JavaPoet version resolution issueHarsh Shandilya
2023-07-06fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ↵Harsh Shandilya
files
2023-07-01fix(build): remove useless Java configuration for Gradle ToolchainsHarsh Shandilya
2023-07-01fix(build): remove JVM vendor preferenceHarsh Shandilya
2023-06-15chore: rename TOML keys for coroutines depsHarsh Shandilya
2023-05-24feat(build): use JVM toolchains to enforce Java 17 usageHarsh Shandilya
This simplifies project setup in both CI and for individual contributors
2023-05-16feat(build): raise target bytecode to Java 17Harsh Shandilya
2023-04-29fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)renovate[bot]
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-04-27feat(build): remove DetektHarsh Shandilya
This no longer adds value for me and instead results in unnecessary bikeshedding.
2023-04-27refactor(build): introduce a standalone plugin for Kotlin JVM librariesHarsh Shandilya
2023-03-26feat(build): migrate to Crowdin V2 APIHarsh Shandilya
2023-03-21fix(build): disable SAM conversion for build-logicHarsh Shandilya
No longer required https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Support%20of%20Java%20lambdas
2023-03-21fix(build): remove `DSL_SCOPE_VIOLATION` suppressionHarsh Shandilya
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block
2023-03-21fix(build): remove unneeded `afterEvaluate`Harsh Shandilya
https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Easier%20customization%20of%20Kotlin%20options
2023-02-27chore(build): ensure Kotlin versions are aligned in `build-logic` projectHarsh Shandilya
2022-12-02refactor(build-logic): move all code to a single top-level projectHarsh Shandilya
2021-11-16Convert build-logic to a proper included buildHarsh Shandilya
2021-11-15build-logic: migrate Spotless to a convention pluginHarsh Shandilya