Skip to content

Commit

Permalink
Merge pull request #1697 from nextcloud/fix/codeql
Browse files Browse the repository at this point in the history
build: Revert kotlin version to 1.8.0
  • Loading branch information
tobiasKaminsky authored Mar 2, 2023
2 parents fb8e222 + a7406e3 commit 42d7331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
kotlinVersion = '1.8.10'
kotlinVersion = '1.8.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 42d7331

Please sign in to comment.