summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2021-11-09 13:05:27 +0000
committerGitHub <noreply@github.com>2021-11-09 13:05:27 +0000
commit8727262edd895d0b1a745463332bc05a2e493268 (patch)
treed8e788406098916875c8486341c6b85466a610b7
parent4753eb5935a25efe1e58c4aa519c1904e556e912 (diff)
Resolve plugin dependencies from maven central. (#138)
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index f91a4fe..b02216b 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -4,6 +4,7 @@ pluginManagement {
             name = 'Fabric'
             url = 'https://maven.fabricmc.net/'
         }
+        mavenCentral()
         gradlePluginPortal()
     }
 }