mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
9 lines
144 B
Groovy
9 lines
144 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'codeql-kotlin-extractor'
|