Kotlin & coroutines updates.
This commit is contained in:
parent
10eeb0a0b4
commit
2d4cf122bf
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# Based on https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Gradle.gitlab-ci.yml
|
||||
image: gradle:jdk11
|
||||
image: gradle:jdk19
|
||||
|
||||
variables:
|
||||
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
kotlin.code.style=official
|
||||
|
||||
coroutinesVersion=1.6.1
|
||||
kotlinVersion=1.6.20
|
||||
coroutinesVersion=1.6.4
|
||||
kotlinVersion=1.8.20
|
||||
|
|
Loading…
Reference in a new issue