Skip to content

Commit 1a65706

Browse files
committed
Switch to 1.3.70 release
1 parent abf64a8 commit 1a65706

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

build.gradle.kts

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11

22
plugins {
3-
kotlin("jvm") version "1.3.70-eap-184"
3+
kotlin("jvm") version "1.3.70"
44
}
55

6-
val kotlinVersion: String by extra("1.3.70-eap-184")
7-
6+
val kotlinVersion: String by extra("1.3.70")
7+
88
allprojects {
99
repositories {
10-
maven("https://dl.bintray.com/kotlin/kotlin-eap")
11-
jcenter()
10+
jcenter()
1211
}
1312
}
1413

settings.gradle.kts

-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11

2-
pluginManagement {
3-
repositories {
4-
gradlePluginPortal()
5-
maven { url = uri("https://dl.bintray.com/kotlin/kotlin-eap") }
6-
}
7-
}
8-
92
include("jvm:basic:jvm-simple-script:script")
103
include("jvm:basic:jvm-simple-script:host")
114

0 commit comments

Comments
 (0)