mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2026-06-22 21:35:46 +00:00
8 lines
258 B
Kotlin
8 lines
258 B
Kotlin
rootProject.name = "Ayah-intellij"
|
|
pluginManagement {
|
|
repositories {
|
|
maven("https://oss.sonatype.org/content/repositories/snapshots/")
|
|
maven("https://central.sonatype.com/repository/maven-snapshots/")
|
|
gradlePluginPortal()
|
|
}
|
|
}
|