mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
7 lines
184 B
Text
7 lines
184 B
Text
rootProject.name = "Ayah-intellij"
|
|
pluginManagement {
|
|
repositories {
|
|
maven("https://oss.sonatype.org/content/repositories/snapshots/")
|
|
gradlePluginPortal()
|
|
}
|
|
}
|