Skip to content

Commit

Permalink
Update multiloader-common.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider authored Dec 31, 2024
1 parent da756ff commit 3a57143
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,16 @@ repositories {
)
filter { includeGroup("org.parchmentmc.data") }
}
maven {
name = "Crystal Nest"
url = "https://maven.crystalnest.it"
exclusiveContent {
forRepository {
maven {
name = "Crystal Nest"
url = "https://maven.crystalnest.it"
}
}
filter {
includeGroup "it.crystalnest"
}
}
maven {
name = "Fuzs Mod Resources"
Expand Down

0 comments on commit 3a57143

Please sign in to comment.