mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2024-12-22 13:42:49 +01:00
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
intellij {
|
|
type.set("CL")
|
|
|
|
plugins.set(listOf(
|
|
// Built-in
|
|
"cidr-base-plugin",
|
|
//"org.jetbrains.plugins.clion.radler" // Only in 2024.1 or newer. Worked around by only including the .xml file, and taking the implementation from Rider.
|
|
))
|
|
}
|
|
|
|
dependencies {
|
|
implementation(rootProject)
|
|
}
|