File tree 5 files changed +5
-4
lines changed
danger-kotlin-sample-plugin
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- Update kotlinx-datetime to 0.1.1 [ @f-meloni ] - [ @gianluz ] - [ #167 ] ( https://github.com/danger/kotlin/pull/167 )
16
16
- Support GitLab different time zones on the JSON [ @f-meloni ] - [ #169 ] ( https://github.com/danger/kotlin/pull/169 )
17
+ - Update Kotlin to 1.5.0 [ @gianluz ] - [ #171 ] ( https://github.com/danger/kotlin/pull/171 )
17
18
18
19
# 1.0.0-beta
19
20
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
15
15
# Install danger-kotlin globally
16
16
COPY . /usr/local/_danger-kotlin
17
17
RUN cd /usr/lib && \
18
- wget -q https://github.com/JetBrains/kotlin/releases/download/v1.4.31 /kotlin-compiler-1.4.31 .zip && \
18
+ wget -q https://github.com/JetBrains/kotlin/releases/download/v1.5.0 /kotlin-compiler-1.5.0 .zip && \
19
19
unzip kotlin-compiler-*.zip && \
20
20
rm kotlin-compiler-*.zip && \
21
21
cd /usr/local/_danger-kotlin && \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
plugins {
12
- id ' org.jetbrains.kotlin.jvm' version ' 1.4.31 '
12
+ id ' org.jetbrains.kotlin.jvm' version ' 1.5.0 '
13
13
}
14
14
15
15
apply plugin : ' danger-kotlin-plugin-installer'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project.ext.groupIdOkio = 'com.squareup.okio'
20
20
project. ext. artifactIdOkio = ' okio'
21
21
22
22
// Kotlin
23
- project. ext. versionKotlin = ' 1.4.31 '
23
+ project. ext. versionKotlin = ' 1.5.0 '
24
24
project. ext. groupIdKotlin = ' org.jetbrains.kotlin'
25
25
project. ext. groupIdKotlinx = ' org.jetbrains.kotlinx'
26
26
project. ext. artifactIdKotlinMain = ' kotlin-main-kts'
Original file line number Diff line number Diff line change 1
- kotlinVersion =1.4.31
1
+ kotlinVersion =1.5.0
2
2
kotlin.code.style =official
3
3
systemProp.org.gradle.internal.publish.checksums.insecure =true
You can’t perform that action at this time.
0 commit comments