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 (#507)
This commit is contained in:
parent
220146ab3a
commit
454aa54201
@ -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',
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user