added devauth

Added some extra checks
Made RD 1024
This commit is contained in:
mcrcortex
2025-01-14 19:27:48 +10:00
parent 07b00bc710
commit 6539e69fb0
4 changed files with 28 additions and 8 deletions

View File

@@ -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'
}
}