File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ group = 'com.github.kotlin-graphics'
12
12
13
13
buildscript {
14
14
15
- ext. kotlinVersion = ' 1.2.10 '
15
+ ext. kotlinVersion = ' 1.2.20-eap-11 '
16
16
17
17
repositories {
18
18
mavenCentral()
19
19
jcenter()
20
- maven { url " https://dl.bintray.com/kotlin/kotlin-dev " }
20
+ maven { url " https://dl.bintray.com/kotlin/kotlin-eap " }
21
21
maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
22
22
}
23
23
dependencies {
24
24
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 '
26
26
}
27
27
}
28
28
@@ -73,7 +73,7 @@ dependencies {
73
73
repositories {
74
74
mavenCentral()
75
75
jcenter()
76
- maven { url " https://dl.bintray.com/kotlin/kotlin-dev " }
76
+ maven { url " https://dl.bintray.com/kotlin/kotlin-eap " }
77
77
maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
78
78
maven { url " https://jitpack.io" }
79
79
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments