From 5b700665afbec3e42a35270b448948c707094ee7 Mon Sep 17 00:00:00 2001 From: P3pp3rF1y Date: Sun, 10 Dec 2023 13:22:41 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20Build=20time?= =?UTF-8?q?=20optimization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 310fc5e3..5b1aa29a 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,9 @@ repositories { username = System.getenv("USERNAME") password = System.getenv("READ_PACKAGES_TOKEN") } + content { + includeGroupByRegex "sophisticatedcore.*" + } } }