Skip to content

Commit 44ccf89

Browse files
committed
Update Kotlin version.
1 parent 30806cf commit 44ccf89

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
javaVersion = "1.8"
4-
kotlinVersion = "1.2.31"
4+
kotlinVersion = "1.2.41"
55
// publication
66
vcsUrl = "https://github.com/daggerok/kotlin-html-dsl.git"
77
}
@@ -14,9 +14,9 @@ plugins {
1414
id "eclipse"
1515
id "maven-publish"
1616
id "com.jfrog.bintray" version "1.8.0"
17-
id "org.jetbrains.kotlin.jvm" version "1.2.31"
18-
id "org.jetbrains.kotlin.plugin.noarg" version "1.2.31"
19-
id "org.jetbrains.kotlin.plugin.allopen" version "1.2.31"
17+
id "org.jetbrains.kotlin.jvm" version "1.2.41"
18+
id "org.jetbrains.kotlin.plugin.noarg" version "1.2.41"
19+
id "org.jetbrains.kotlin.plugin.allopen" version "1.2.41"
2020
}
2121

2222
/* apply plugin: "base" */
@@ -68,7 +68,7 @@ dependencies {
6868
}
6969

7070
task wrapper(type: Wrapper) {
71-
gradleVersion = "4.6"
71+
gradleVersion = "4.7"
7272
distributionType = "ALL"
7373
}
7474

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111

1212
<properties>
13-
<kotlin.version>1.2.31</kotlin.version>
13+
<kotlin.version>1.2.41</kotlin.version>
1414
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<maven.compiler.source>${maven.compiler.target}</maven.compiler.source>

0 commit comments

Comments
 (0)