Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 4 additions & 5 deletions
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

Lines changed: 0 additions & 7 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /