File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11buildscript {
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
7070task wrapper (type : Wrapper ) {
71- gradleVersion = " 4.6 "
71+ gradleVersion = " 4.7 "
7272 distributionType = " ALL"
7373}
7474
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments