aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authormatyrobbrt <65940752+Matyrobbrt@users.noreply.github.com>2023-01-09 00:58:52 +0200
committerGitHub <noreply@github.com>2023-01-08 16:58:52 -0600
commit86fe50bd075b6e543d319fa9b99641812e1014fa (patch)
tree9bb15531b3da3237f24996578cee5298d078e41a /settings.gradle
parent578f33b206c7325762a956a1f3e3171d5c6d9052 (diff)
downloadArtifactural-86fe50bd075b6e543d319fa9b99641812e1014fa.tar.gz
Artifactural-86fe50bd075b6e543d319fa9b99641812e1014fa.tar.bz2
Artifactural-86fe50bd075b6e543d319fa9b99641812e1014fa.zip
Add compatibility with Gradle 7.6 (#5)
Co-authored-by: SizableShrimp <sizableshrimp@sizableshrimp.me>
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 20e6c4f..ef93b52 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1 +1,8 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ maven { url = 'https://maven.minecraftforge.net/' }
+ }
+}
+
rootProject.name = 'artifactural' \ No newline at end of file