summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorKeuin <[email protected]>2020-12-18 20:52:04 +0800
committerKeuin <[email protected]>2020-12-18 20:52:04 +0800
commitac5bdf4a3ca555fa4638d6fad6b06b9941ad3ba2 (patch)
treec995e65c2619e707260fb9a04500fb5cc25b031c /settings.gradle
parentdc20a92e15d43bc87a97fc418475870311f300c2 (diff)
First version: implemented disabling fish schooling.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle10
1 files changed, 10 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..5b60df3
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,10 @@
+pluginManagement {
+ repositories {
+ jcenter()
+ maven {
+ name = 'Fabric'
+ url = 'https://maven.fabricmc.net/'
+ }
+ gradlePluginPortal()
+ }
+}