initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
rootProject.name = "movienight"
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||
}
|
||||
|
||||
buildCache {
|
||||
local {
|
||||
isEnabled = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user