mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-24 18:15:43 +02:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
rootProject.name = "RainbowBrackets"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
|
|
gradlePluginPortal()
|
|
}
|
|
}
|