generated from barrelsofdata/spark-boilerplate
15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
|
pluginManagement {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
dependencyResolutionManagement {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "spark-wordcount"
|