8 lines
137 B
Groovy
8 lines
137 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = 'plugin-comment-ai-autopilot'
|
|
include 'ui'
|