Skip to content

Commit 41fb43b

Browse files
committed
Update kotlin version and gradle-intellij-plugin
1 parent 58682ba commit 41fb43b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.4-2'
2+
ext.kotlin_version = '1.2.0'
33

44
repositories {
5-
mavenCentral()
5+
jcenter()
66
}
77
dependencies {
88
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
99
}
1010
}
1111

1212
plugins {
13-
id "org.jetbrains.intellij" version "0.2.16"
13+
id "org.jetbrains.intellij" version "0.2.17"
1414
}
1515

1616
apply plugin: 'org.jetbrains.intellij'
@@ -30,7 +30,7 @@ compileTestKotlin {
3030
}
3131

3232
repositories {
33-
mavenCentral()
33+
jcenter()
3434
}
3535

3636
group 'com.fbsum.plugin'

0 commit comments

Comments
 (0)