mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2024-11-24 02:42:45 +01:00
17 lines
186 B
Plaintext
17 lines
186 B
Plaintext
plugins {
|
|
id("org.jetbrains.intellij")
|
|
}
|
|
|
|
intellij {
|
|
type.set("CL")
|
|
|
|
plugins.set(listOf(
|
|
// Built-in
|
|
"cidr-base-plugin"
|
|
))
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":idea"))
|
|
}
|