aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 1 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index 3336315..1148de2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,12 +11,6 @@ version = project.mod_version
group = project.maven_group
repositories {
- // Add repositories to retrieve artifacts from in here.
- // You should only use this when depending on other mods because
- // Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
- // See https://docs.gradle.org/current/userguide/declaring_repositories.html
- // for more information about repositories.
- maven { url "https://maven.terraformersmc.com" }
maven { url 'https://maven.nucleoid.xyz' }
maven { url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1" }
exclusiveContent {
@@ -48,8 +42,7 @@ dependencies {
modImplementation "maven.modrinth:Revelationary:1.1.0"
modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:1.1.0")
-
- modApi("com.terraformersmc:modmenu:${"4.+"}")}
+}
processResources {
inputs.property "version", project.version