1 parent 3a13071 commit 973f61eCopy full SHA for 973f61e
1 file changed
build.gradle
@@ -233,14 +233,16 @@ dependencies {
233
//implementation 'redis.clients:jedis:5.1.0'
234
}
235
236
-repositories {
237
- maven {
238
- url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
+if (!isInGHA) {
+ repositories {
+ maven {
239
+ url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
240
+ }
241
-}
242
-dependencies {
243
- modRuntimeOnly('me.djtheredstoner:DevAuth-fabric:1.1.0') {
244
- exclude group: 'net.fabricmc', module: 'fabric-loader'
+ dependencies {
+ modRuntimeOnly('me.djtheredstoner:DevAuth-fabric:1.1.0') {
245
+ exclude group: 'net.fabricmc', module: 'fabric-loader'
246
247
248
0 commit comments