mirror of
git://f0xx.org/ac/ac-session-studio
synced 2026-07-29 03:58:20 +03:00
8 lines
137 B
Groovy
8 lines
137 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "ac-session-studio"
|