11 lines
171 B
Kotlin
11 lines
171 B
Kotlin
plugins {
|
|
id("com.gradle.enterprise").version("3.1.1")
|
|
}
|
|
|
|
rootProject.name = "bitly-shorten"
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
// plugin configuration
|
|
}
|
|
}
|