File tree Expand file tree Collapse file tree 6 files changed +21
-13
lines changed Expand file tree Collapse file tree 6 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 11FROM openjdk:11.0.16-jdk as build
22
3- ENV KOTLIN_LIB=1.8.20-RC
4- ENV KOTLIN_LIB_JS=1.8.20-RC- js
3+ ENV KOTLIN_LIB=1.8.20
4+ ENV KOTLIN_LIB_JS=1.8.20-js
55
66RUN mkdir -p /kotlin-compiler-server
77WORKDIR /kotlin-compiler-server
Original file line number Diff line number Diff line change @@ -46,13 +46,14 @@ val copyJSDependencies by tasks.creating(Copy::class) {
4646plugins {
4747 id(" org.springframework.boot" ) version " 2.7.9"
4848 id(" io.spring.dependency-management" ) version " 1.1.0"
49- kotlin(" jvm" ) version " 1.8.20-RC "
50- kotlin(" plugin.spring" ) version " 1.8.20-RC "
49+ kotlin(" jvm" ) version " 1.8.20"
50+ kotlin(" plugin.spring" ) version " 1.8.20"
5151}
5252
5353allprojects {
5454 repositories {
5555 mavenCentral()
56+ gradlePluginPortal()
5657 maven(" https://repo.spring.io/snapshot" )
5758 maven(" https://repo.spring.io/milestone" )
5859 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-ide" )
Original file line number Diff line number Diff line change 1- systemProp.kotlinVersion =1.8.20-RC
2- systemProp.kotlinIdeVersion =1.8.20-RC- release-288
1+ systemProp.kotlinVersion =1.8.20
2+ systemProp.kotlinIdeVersion =1.8.20-release-327
33systemProp.policy =executor.policy
44systemProp.indexes =indexes.json
55systemProp.indexesJs =indexesJs.json
Original file line number Diff line number Diff line change 11rootProject.name = " kotlin-compiler-server"
22include(" :executors" )
33include(" :indexation" )
4- include(" :common" )
4+ include(" :common" )
5+
6+ pluginManagement{
7+ repositories{
8+ gradlePluginPortal()
9+ mavenCentral()
10+ }
11+ }
Original file line number Diff line number Diff line change 11# this file is autogenerated by build.gradle.kts
2- kotlin.version =1.8.20-RC
2+ kotlin.version =1.8.20
33policy.file =executor.policy
44indexes.file =indexes.json
55indexesJs.file =indexesJs.json
6- libraries.folder.jvm =1.8.20-RC
7- libraries.folder.js =1.8.20-RC- js
6+ libraries.folder.jvm =1.8.20
7+ libraries.folder.js =1.8.20-js
88spring.mvc.pathmatch.matching-strategy =ant_path_matcher
Original file line number Diff line number Diff line change 1818 "version" : " 1.7.21"
1919 },
2020 {
21- "version" : " 1.8.10" ,
22- "latestStable" : true
21+ "version" : " 1.8.10"
2322 },
2423 {
25- "version" : " 1.8.20-RC2"
24+ "version" : " 1.8.20" ,
25+ "latestStable" : true
2626 }
2727]
You can’t perform that action at this time.
0 commit comments