mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
9 lines
144 B
Groovy
9 lines
144 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'codeql-kotlin-extractor'
|