File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
mixed-java-kotlin-hello-world Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.0. 3'
2+ ext. kotlin_version = ' 1.1.4- 3'
33
44 repositories {
55 mavenLocal()
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.5 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.0.0 '
2+ ext. kotlin_version = ' 1.1.4-3 '
33 repositories {
44 mavenCentral()
55 }
@@ -26,5 +26,5 @@ dependencies {
2626}
2727
2828task wrapper (type : Wrapper ) {
29- gradleVersion = " 2.7 "
29+ gradleVersion = " 4.1 "
3030}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http \://services.gradle.org/distributions/gradle-2.7 -all.zip
6+ distributionUrl =https \://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.0.0 '
2+ ext. kotlin_version = ' 1.1.4-3 '
33 repositories {
44 mavenCentral()
55 }
@@ -30,5 +30,5 @@ dependencies {
3030test. testClassesDir = project. tasks. compileTestKotlin. destinationDir
3131
3232task wrapper (type : Wrapper ) {
33- gradleVersion= " 2.7 "
33+ gradleVersion= " 4.1 "
3434}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.7-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-all .zip
You can’t perform that action at this time.
0 commit comments