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