Skip to content

Commit a7406e3

Browse files
committed
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>
1 parent fb8e222 commit a7406e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlinVersion = '1.8.10'
5+
kotlinVersion = '1.8.0'
66
}
77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)