Skip to content

Commit

Permalink
Don't include plugins twice
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Nov 1, 2023
1 parent be8f079 commit fbc33a8
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()

maven { url = "https://maven.minecraftforge.net/" }
maven { url = "https://repo.spongepowered.org/repository/maven-public/" }
maven { url = "https://jitpack.io/" }
maven { url = "https://files.minecraftforge.net/maven" }
}

// If you update these versions, also update the versions in buildSrc/build.gradle
plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
id "net.minecraftforge.gradle" version "5.+"
id "org.spongepowered.mixin" version "0.7-SNAPSHOT"
}
}

rootProject.name = "ViaForge"

include "viaforge-mc112"
include "viaforge-mc114"
include "viaforge-mc115"
Expand Down

0 comments on commit fbc33a8

Please sign in to comment.