Skip to content

Commit

Permalink
Moved Quilt maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucraft committed Jan 26, 2024
1 parent c4b367c commit 8000ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ allprojects {
includeGroup 'com.jamieswhiteshirt'
}
}

// Quilt
maven { url "https://maven.quiltmc.org/repository/release/" }
}

java {
Expand Down
4 changes: 0 additions & 4 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ dependencies {
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
}

repositories {
maven { url "https://maven.quiltmc.org/repository/release/" }
}

configurations.all {
resolutionStrategy {
force "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
Expand Down

0 comments on commit 8000ed7

Please sign in to comment.