Skip to content

Commit

Permalink
1.18.2->1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Charm8er committed Sep 19, 2023
1 parent ed8be81 commit 4345763
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,20 @@ group = project.maven_group

repositories {
maven {
name= "CurseMaven"
url "https://cursemaven.com"
content {
includeGroup "curse.maven"
}

}
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}
}

dependencies {
Expand Down

0 comments on commit 4345763

Please sign in to comment.