Skip to content

Commit ebd537c

Browse files
Merge pull request #601 from AlexanderPrendota/1.8.10
chore(release): add kotlin 1.8.10
2 parents 555a5a8 + 4dd9ab7 commit ebd537c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM openjdk:11.0.16-jdk as build
22

3-
ENV KOTLIN_LIB=1.8.0
4-
ENV KOTLIN_LIB_JS=1.8.0-js
3+
ENV KOTLIN_LIB=1.8.10
4+
ENV KOTLIN_LIB_JS=1.8.10-js
55

66
RUN mkdir -p /kotlin-compiler-server
77
WORKDIR /kotlin-compiler-server

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ val copyJSDependencies by tasks.creating(Copy::class) {
4646
plugins {
4747
id("org.springframework.boot") version "2.7.8"
4848
id("io.spring.dependency-management") version "1.1.0"
49-
kotlin("jvm") version "1.8.0"
50-
kotlin("plugin.spring") version "1.8.0"
49+
kotlin("jvm") version "1.8.10"
50+
kotlin("plugin.spring") version "1.8.10"
5151
}
5252

5353
allprojects {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
systemProp.kotlinVersion=1.8.0
2-
systemProp.kotlinIdeVersion=1.8.0-release-345
1+
systemProp.kotlinVersion=1.8.10
2+
systemProp.kotlinIdeVersion=1.8.10-release-430
33
systemProp.policy=executor.policy
44
systemProp.indexes=indexes.json
55
systemProp.indexesJs=indexesJs.json
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# this file is autogenerated by build.gradle.kts
2-
kotlin.version=1.8.0
2+
kotlin.version=1.8.10
33
policy.file=executor.policy
44
indexes.file=indexes.json
55
indexesJs.file=indexesJs.json
6-
libraries.folder.jvm=1.8.0
7-
libraries.folder.js=1.8.0-js
6+
libraries.folder.jvm=1.8.10
7+
libraries.folder.js=1.8.10-js
88
spring.mvc.pathmatch.matching-strategy=ant_path_matcher

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": "1.7.21"
1919
},
2020
{
21-
"version": "1.8.0",
21+
"version": "1.8.10",
2222
"latestStable": true
2323
}
2424
]

0 commit comments

Comments
 (0)