1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-13 00:34:03 +02:00

Upgrade to kotlin 1.4.10 ()

This commit is contained in:
张志豪 2020-10-17 00:10:18 +08:00 committed by GitHub
parent 220146ab3a
commit 454aa54201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -13,10 +13,10 @@ buildscript {
}
plugins {
id "org.jetbrains.intellij" version "0.4.21"
id "org.jetbrains.intellij" version "0.5.0"
id "com.adarshr.test-logger" version "2.0.0"
id "de.undercouch.download" version "4.0.2"
id "org.jetbrains.kotlin.jvm" version "1.3.71"
id "org.jetbrains.kotlin.jvm" version "1.4.10"
id "idea"
}
@ -44,7 +44,7 @@ def pluginsDependencies = ['java',
'Groovy',
'properties',
'yaml',
"org.jetbrains.kotlin:$kotlinVersion-release-IJ2020.1-5",
"org.jetbrains.kotlin:$kotlinVersion-release-IJ2020.2-1",
'org.intellij.scala:2020.2.17',
'Dart:202.6397.47',
'org.jetbrains.plugins.ruby:202.6397.59',

View File

@ -3,8 +3,9 @@ name="Rainbow Brackets"
org.gradle.parallel=true
ideaVersion=IU-202.6397.94
javaVersion=1.8
kotlinVersion=1.3.72
kotlinVersion=1.4.10
kotlinLanguageVersion=1.3
kotlinTargetVersion=1.3
version=6.11
publishChannels=Stable
kotlin.stdlib.default.dependency=false