quillpad/settings.gradle

21 lines
353 B
Groovy

// Apply the Gradle version catalog
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven {
url = "https://www.jitpack.io"
}
}
}
include ':app'
rootProject.name = "quillpad"
buildCache {
local {
directory = new File(rootDir, 'build-cache')
}
}