Skip to content

Commit fe71d56

Browse files
committed
⬆️ Gradle 4.4 (java 9), Kotlin 1.2.10
1 parent 7119a9d commit fe71d56

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.idea/modules/kotlin-unsigned.iml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
55

66
buildscript {
77

8-
ext.kotlinVersion = '1.2.0'
8+
ext.kotlinVersion = '1.2.10'
99

1010
repositories {
1111
jcenter() // shadow
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Sep 08 16:08:30 CEST 2017
1+
#Sun Dec 17 10:10:22 CET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)