Skip to content

Commit 8055434

Browse files
committed
⬆️ kt 1.2.20 eap 11, gradle 4.4.1, shadow 2.0.2
1 parent b8fae6c commit 8055434

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ group = 'com.github.kotlin-graphics'
1212

1313
buildscript {
1414

15-
ext.kotlinVersion = '1.2.10'
15+
ext.kotlinVersion = '1.2.20-eap-11'
1616

1717
repositories {
1818
mavenCentral()
1919
jcenter()
20-
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
20+
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
2121
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
2222
}
2323
dependencies {
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
25-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
25+
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
2626
}
2727
}
2828

@@ -73,7 +73,7 @@ dependencies {
7373
repositories {
7474
mavenCentral()
7575
jcenter()
76-
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
76+
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
7777
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
7878
maven { url "https://jitpack.io" }
7979
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 commit comments

Comments
 (0)