mirai/tools/intellij-plugin/run/projects/test-project/settings.gradle.kts

9 lines
148 B
Plaintext
Raw Normal View History

rootProject.name = "test-project"
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
jcenter()
}
}