Skip to content

Commit 59582d0

Browse files
committed
Set content filter for custom maven servers
1 parent a076573 commit 59582d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildSrc/src/main/groovy/viaproxy.plugin-conventions.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ repositories {
99
maven {
1010
name = "ViaVersion"
1111
url = "https://repo.viaversion.com"
12+
13+
content {
14+
includeGroupByRegex "com\\.viaversion(\\..+)?"
15+
includeGroupByRegex "net\\.raphimc(\\..+)?"
16+
}
1217
}
1318
}
1419

0 commit comments

Comments
 (0)