summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authormagh <magh@maghmogh.com>2024-11-22 15:54:21 +0900
committermagh <magh@maghmogh.com>2024-11-22 15:54:21 +0900
commit241c94f7c9ea6e12b699c6b7ae181905f1d5d869 (patch)
treeb24d533e36b48ccd1d2ddd10edc637cb9194f16e /settings.gradle
initial commitHEADmaster
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle18
1 files changed, 18 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..e1020b0
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,18 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ google()
+ mavenCentral()
+ }
+}
+
+dependencyResolutionManagement {
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+
+rootProject.name = "CustomLauncher"
+include ':app'