Skip to content

Commit

Permalink
build: Add missing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Oct 10, 2024
1 parent 3cbb9c6 commit fecdef5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,14 @@ repositories {
includeGroup "us.dynmap"
}
}

exclusiveContent {
forRepository {
maven {
name = 'Minecraft'
url = 'https://libraries.minecraft.net/'
}
}
filter { includeGroupAndSubgroups("com.mojang") }
}
}

0 comments on commit fecdef5

Please sign in to comment.