Skip to content

Commit

Permalink
move gradle filter from regex to new-ish group-and-subgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Jan 30, 2025
1 parent 9495847 commit bd55046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static void exclusiveRepo(RepositoryHandler handler, String url, Consumer<Inclus

repositories { RepositoryHandler handler ->
exclusiveRepo(handler, 'https://maven.blamejared.com', filter -> {
filter.includeGroupByRegex('com\\.blamejared.*')
filter.includeGroupAndSubgroups('com.blamejared')
filter.includeGroup('mezz.jei')
filter.includeGroup('org.openzen.zencode')
})
Expand Down

0 comments on commit bd55046

Please sign in to comment.