oblak/gradle/libs.versions.yml
Jason 3f0ef5715c cloud-kotlin-coroutines (#318)
* Builder coroutine support

* Move coroutines to version catalog

* Add kdocs

* Add note about simple coordinator

* Update changelog
2021-12-02 02:04:43 -08:00

76 lines
1.7 KiB
YAML

metadata:
format: { version: 1.0 }
polyglot-extensions:
- plugins
plugins:
com.github.johnrengelman.shadow: 7.1.0
com.github.ben-manes.versions: 0.36.0
org.jlleitschuh.gradle.ktlint: &ktlint 10.2.0
versions:
kotlin: &kotlin 1.5.31
dokka: *kotlin
coroutines: 1.5.2
checkerQual: 3.14.0
# build-logic
indra: 2.0.6
gradleTestLogger: 3.0.0
gradleErrorprone: 2.0.2
licenser: 0.6.1
ktlint: *ktlint
dependencies:
checkerQual:
group: org.checkerframework
name: checker-qual
version: { ref: checkerQual }
coroutinesCore:
group: org.jetbrains.kotlinx
name: kotlinx-coroutines-core
version: { ref: coroutines }
coroutinesJdk8:
group: org.jetbrains.kotlinx
name: kotlinx-coroutines-jdk8
version: { ref: coroutines }
# build-logic
indraCommon:
group: net.kyori
name: indra-common
version: { ref: indra }
indraPublishingSonatype:
group: net.kyori
name: indra-publishing-sonatype
version: { ref: indra }
licenser:
group: gradle.plugin.org.cadixdev.gradle
name: licenser
version: { ref: licenser }
gradleTestLogger:
group: com.adarshr
name: gradle-test-logger-plugin
version: { ref: gradleTestLogger }
gradleErrorprone:
group: net.ltgt.gradle
name: gradle-errorprone-plugin
version: { ref: gradleErrorprone }
gradleKotlinJvm:
group: org.jetbrains.kotlin.jvm
name: org.jetbrains.kotlin.jvm.gradle.plugin
version: { ref: kotlin }
gradleDokka:
group: org.jetbrains.dokka
name: dokka-gradle-plugin
version: { ref: dokka }
gradleKtlint:
group: org.jlleitschuh.gradle
name: ktlint-gradle
version: { ref: ktlint }
bundles:
coroutines:
- coroutinesCore
- coroutinesJdk8