mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-24 09:15:43 +02:00
18 lines
322 B
Plaintext
18 lines
322 B
Plaintext
rootProject.name = "RainbowBrackets"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
plugins {
|
|
kotlin("jvm") version "1.8.0"
|
|
id("org.jetbrains.intellij") version "1.15.0"
|
|
}
|
|
}
|
|
|
|
include("clion")
|
|
include("idea")
|
|
include("rider")
|