aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 636a583..027b631 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,7 @@ repositories {
// for more information about repositories.
maven { url "https://maven.terraformersmc.com" }
maven { url 'https://maven.nucleoid.xyz' }
+ maven { url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1" }
}
dependencies {
@@ -33,6 +34,8 @@ dependencies {
modImplementation include('eu.pb4:polymer:0.2.16+1.19.2')
modImplementation include('fr.catcore:server-translations-api:1.4.17+1.19.2')
+ modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:1.1.0")
+
// Uncomment the following line to enable the deprecated Fabric API modules.
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.