1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-05-04 17:34:07 +02:00

Update IntelliJ Gradle plugin to 1.9.0

This commit is contained in:
chylex 2022-10-06 00:25:55 +02:00
parent e6be154f88
commit fd50ca90b6
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
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"