mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-09-14 14:32:17 +02:00
Compare commits
1 Commits
debug-logs
...
toolbox-rr
Author | SHA1 | Date | |
---|---|---|---|
e847b196e3
|
@@ -18,7 +18,7 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
intellijPlatform {
|
intellijPlatform {
|
||||||
intellijIdeaUltimate("2025.1")
|
rustRover("2025.1.2", useInstaller = false)
|
||||||
bundledPlugin("tanvd.grazi")
|
bundledPlugin("tanvd.grazi")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -3,6 +3,6 @@ rootProject.name = "InspectionLens"
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "2.1.0"
|
kotlin("jvm") version "2.1.0"
|
||||||
id("org.jetbrains.intellij.platform") version "2.2.1"
|
id("org.jetbrains.intellij.platform") version "2.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user