Missed runtime only component
This commit is contained in:
@@ -233,14 +233,16 @@ dependencies {
|
||||
//implementation 'redis.clients:jedis:5.1.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
if (!isInGHA) {
|
||||
repositories {
|
||||
maven {
|
||||
url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
dependencies {
|
||||
modRuntimeOnly('me.djtheredstoner:DevAuth-fabric:1.1.0') {
|
||||
exclude group: 'net.fabricmc', module: 'fabric-loader'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user