We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7d47f commit 2d6c30eCopy full SHA for 2d6c30e
1 file changed
build.gradle
@@ -10,6 +10,19 @@ version = "$modVersion+$branchName"
10
base.archivesName = project.slug
11
12
repositories {
13
+ // Modrinth Maven - see: https://support.modrinth.com/en/articles/8801191-modrinth-maven
14
+ // To use in a dependency, use: maven.modrinth:mod-id
15
+ exclusiveContent {
16
+ forRepository {
17
+ maven {
18
+ name = "Modrinth"
19
+ url = "https://api.modrinth.com/maven"
20
+ }
21
22
+ filter {
23
+ includeGroup("maven.modrinth")
24
25
26
}
27
28
dependencies {
0 commit comments