Skip to content

Commit c2e579c

Browse files
committed
Update build.gradle
1 parent f41c222 commit c2e579c

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ version = mod_version
1717
group = mod_group_id
1818

1919
repositories {
20-
exclusiveContent {
21-
forRepository {
22-
maven {
23-
url "https://cursemaven.com"
24-
}
25-
}
26-
filter {
20+
21+
maven {
22+
url "https://cursemaven.com"
23+
content {
2724
includeGroup "curse.maven"
2825
}
2926
}
27+
3028
}
3129

3230
base {

0 commit comments

Comments
 (0)