summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle12
1 files changed, 0 insertions, 12 deletions
diff --git a/settings.gradle b/settings.gradle
deleted file mode 100644
index d83770f..0000000
--- a/settings.gradle
+++ /dev/null
@@ -1,12 +0,0 @@
-pluginManagement {
- repositories {
- mavenLocal()
- mavenCentral()
- gradlePluginPortal()
- }
- plugins {
- id 'io.quarkus' version "${quarkusPluginVersion}"
- }
-}
-
-rootProject.name = 'mulkcms2'