added devauth
Added some extra checks Made RD 1024
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -201,4 +201,16 @@ dependencies {
|
||||
include(implementation 'org.apache.commons:commons-pool2:2.12.0')
|
||||
//implementation 'org.rocksdb:rocksdbjni:8.10.0'
|
||||
//implementation 'redis.clients:jedis:5.1.0'
|
||||
}
|
||||
|
||||
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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user