Skip to content

Commit

Permalink
Revert moving dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulberry committed Nov 22, 2024
1 parent bc5f004 commit 65cf72b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ java {
}
}

repositories {
mavenCentral()
maven("https://maven.fabricmc.net/")
maven("https://repo.spongepowered.org/maven") // provides lexforge
maven("https://maven.neoforged.net/releases")
}

val fabric: SourceSet by sourceSets.creating {
compileClasspath += sourceSets.main.get().output
}
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
maven("https://maven.neoforged.net/releases")
maven("https://maven.minecraftforge.net/")
maven("https://maven.fabricmc.net/")
maven("https://maven.wagyourtail.xyz/releases")
maven("https://maven.wagyourtail.xyz/snapshots")
gradlePluginPortal()
}
}
Expand Down

0 comments on commit 65cf72b

Please sign in to comment.