mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-12 13:34:05 +02:00
revert kotlin update to fix failing test
This commit is contained in:
parent
048142dbc0
commit
5323880861
@ -4,9 +4,9 @@ import org.jetbrains.intellij.tasks.PatchPluginXmlTask
|
||||
|
||||
plugins {
|
||||
idea apply true
|
||||
kotlin("jvm") version "1.4.0"
|
||||
kotlin("jvm") version "1.3.72"
|
||||
id("org.jetbrains.intellij") version "0.4.21"
|
||||
id("org.jetbrains.changelog") version "0.3.2"
|
||||
id("org.jetbrains.changelog") version "0.4.0"
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Loading…
Reference in New Issue
Block a user