Skip to content

Commit

Permalink
Revert "Bump kotlin version to 1.7.10"
Browse files Browse the repository at this point in the history
This reverts commit 82d582f
  • Loading branch information
casid committed Oct 7, 2022
1 parent d863e64 commit df0b9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jte-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.7.10"
kotlin("jvm") version "1.6.21"
id("gg.jte.gradle") version("2.2.2-SNAPSHOT")
}

Expand Down
2 changes: 1 addition & 1 deletion test/jte-runtime-cp-test-gradle-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.nio.file.Paths

plugins {
kotlin("jvm") version "1.7.10"
kotlin("jvm") version "1.6.21"
id("gg.jte.gradle") version("2.2.2-SNAPSHOT")
}

Expand Down

0 comments on commit df0b9ee

Please sign in to comment.