Skip to content

Commit

Permalink
Kotlin version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akoren committed Feb 9, 2018
1 parent 980669b commit 3326ba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ println "building version ${version}"


buildscript {
ext.kotlin_version = '1.2.21'
ext.kotlin_version = '1.1.3'
repositories {
mavenCentral()
jcenter()
Expand Down Expand Up @@ -82,3 +82,8 @@ test {
artifacts {
archives sourcesJar, javadocJar
}

task wrapper(type: Wrapper) {
gradleVersion = '2.14'
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 09 12:58:30 MSK 2018
#Fri Feb 09 13:19:44 MSK 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip

0 comments on commit 3326ba6

Please sign in to comment.