summaryrefslogtreecommitdiff
path: root/lib/kotlin/build.gradle.kts
Commit message (Collapse)AuthorAgeFilesLines
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#2798)dependabot[bot]2023-05-021-1/+1
| | | | | | | | | | | | | | | | Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.1 to 1.6.4. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* java to use jdk 17 (#2686)Jiayu Liu2022-10-141-1/+1
|
* THRIFT-5581: use gradle 7 for java/kotlin (#2601)Jiayu Liu2022-05-111-2/+4
| | | | | | | * upgrade gradle version to 7.4 * migrate from `maven` plugin to `maven-publish` plugin as required for Gradle 7 * add guard to ktfmt, since it can't run with JDK 8 Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
* THRIFT-5564: setup cross test in GitHub action (#2602)Jiayu Liu2022-05-091-0/+6
| | | * include java and kotlin into precross
* THRIFT-5580: refactor kotlin cross tests (#2600)Jiayu Liu2022-05-081-2/+0
| | | | | refactor kotlin cross test to: * use proper cli framework, * add more transport/protocol cases
* THRIFT-5571: add metadata map building to kotlin generator (#2584)Jiayu Liu2022-05-061-0/+76