Skip to content

Commit 42d7331

Browse files
Merge pull request #1697 from nextcloud/fix/codeql
build: Revert kotlin version to 1.8.0
2 parents fb8e222 + a7406e3 commit 42d7331

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)