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,14 +233,16 @@ dependencies {
//implementation 'redis.clients:jedis:5.1.0'
}
repositories {
maven {
url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
if (!isInGHA) {
repositories {
maven {
url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
}
}
}
dependencies {
modRuntimeOnly('me.djtheredstoner:DevAuth-fabric:1.1.0') {
exclude group: 'net.fabricmc', module: 'fabric-loader'
dependencies {
modRuntimeOnly('me.djtheredstoner:DevAuth-fabric:1.1.0') {
exclude group: 'net.fabricmc', module: 'fabric-loader'
}
}
}