build: Revert kotlin version to 1.8.0

1.8.10 not supported by CodeQL for now

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2023-03-01 11:58:55 +01:00
parent fb8e2225e8
commit a7406e3e74
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -2,7 +2,7 @@
buildscript {
ext {
kotlinVersion = '1.8.10'
kotlinVersion = '1.8.0'
}
repositories {
mavenCentral()