mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-01-10 04:42:46 +01:00
Bump kotlin version
This commit is contained in:
parent
06ef2389c0
commit
a47089d8bc
@ -42,6 +42,7 @@ allprojects {
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-runtime:$kotlinVersion"
|
||||
compileOnly "org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion"
|
||||
//compile fileTree(dir: 'lib', include: ['*.jar'])
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
|
@ -2,7 +2,7 @@ group = "com.github.izhangzhihao"
|
||||
name = "Rainbow Brackets"
|
||||
ideaVersion = IC-2017.2
|
||||
javaVersion = 1.8
|
||||
kotlinVersion = 1.2.10
|
||||
kotlinVersion = 1.2.20
|
||||
version = 3.0
|
||||
downloadIdeaSources = false
|
||||
publishUsername = izhangzhihao
|
||||
|
Loading…
Reference in New Issue
Block a user