mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-09 22:34:05 +02:00
update versions
This commit is contained in:
parent
1341c6aff4
commit
5f0965c921
@ -4,8 +4,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
idea apply true
|
||||
kotlin("jvm") version "1.6.20"
|
||||
id("org.jetbrains.intellij") version "1.5.2"
|
||||
kotlin("jvm") version "1.7.0-Beta"
|
||||
id("org.jetbrains.intellij") version "1.5.3"
|
||||
id("org.jetbrains.changelog") version "1.3.1"
|
||||
id("com.github.ben-manes.versions") version "0.42.0"
|
||||
}
|
||||
@ -77,7 +77,7 @@ dependencies {
|
||||
}
|
||||
|
||||
intellij {
|
||||
version.set("2022.1")
|
||||
version.set("2022.1.1")
|
||||
pluginName.set("AceJump")
|
||||
updateSinceUntilBuild.set(false)
|
||||
plugins.set(listOf("java"))
|
||||
|
Loading…
Reference in New Issue
Block a user