aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2022-09-22 10:50:47 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2022-09-22 10:50:47 +0300
commitf8c0715d2572fb4a74d308b5ad21d0868180fecb (patch)
treee0f1e4aa35e711dbd93f088c9c6f5c412490df5e
parent4db8456b22b1903a69be6a23043d63360448ddb4 (diff)
downloadLibGui-f8c0715d2572fb4a74d308b5ad21d0868180fecb.tar.gz
LibGui-f8c0715d2572fb4a74d308b5ad21d0868180fecb.tar.bz2
LibGui-f8c0715d2572fb4a74d308b5ad21d0868180fecb.zip
Filter Cotton repo to only include io.github.cottonmc
-rw-r--r--build.gradle7
1 files changed, 6 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 20def24..ba7cc19 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,12 @@ configurations {
}
repositories {
- maven { url "https://server.bbkr.space/artifactory/libs-release" }
+ maven {
+ url "https://server.bbkr.space/artifactory/libs-release"
+ content {
+ includeGroup "io.github.cottonmc"
+ }
+ }
maven {
url = "https://maven.terraformersmc.com/releases"
content {