Missed runtime only component

This commit is contained in:
mcrcortex
2025-05-19 21:46:53 +10:00
parent 3a13071edb
commit 973f61e428

View File

@@ -233,6 +233,7 @@ dependencies {
//implementation 'redis.clients:jedis:5.1.0' //implementation 'redis.clients:jedis:5.1.0'
} }
if (!isInGHA) {
repositories { repositories {
maven { maven {
url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1" url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
@@ -244,3 +245,4 @@ dependencies {
exclude group: 'net.fabricmc', module: 'fabric-loader' exclude group: 'net.fabricmc', module: 'fabric-loader'
} }
} }
}