mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-05-27 14:34:07 +02:00
Update IntelliJ Gradle plugin to 1.9.0
This commit is contained in:
parent
e6be154f88
commit
fd50ca90b6
@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.6.21"
|
kotlin("jvm") version "1.6.21"
|
||||||
id("org.jetbrains.intellij") version "1.7.0"
|
id("org.jetbrains.intellij") version "1.9.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.chylex.intellij.inspectionlens"
|
group = "com.chylex.intellij.inspectionlens"
|
||||||
|
Loading…
Reference in New Issue
Block a user