diff options
author | Roman / Nea <roman.graef@gmail.com> | 2022-08-11 13:18:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 21:18:16 +1000 |
commit | 4d48d36976dae85fcd46a605408b006857f1f9fd (patch) | |
tree | b44cfd3ba9d51c1c77f1d587880622a61f1773b1 /build.gradle.kts | |
parent | 74ae776a74bd6d0b24df7354e49287a42600011a (diff) | |
download | NotEnoughUpdates-4d48d36976dae85fcd46a605408b006857f1f9fd.tar.gz NotEnoughUpdates-4d48d36976dae85fcd46a605408b006857f1f9fd.tar.bz2 NotEnoughUpdates-4d48d36976dae85fcd46a605408b006857f1f9fd.zip |
Autoupdate (#191)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 90ee7d94..581816e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -92,6 +92,7 @@ repositories { mavenCentral() mavenLocal() maven("https://repo.spongepowered.org/maven/") + maven("https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1") maven("https://jitpack.io") } @@ -107,6 +108,8 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.8.2") testAnnotationProcessor("org.spongepowered:mixin:0.8.4-SNAPSHOT") // modImplementation("io.github.notenoughupdates:MoulConfig:0.0.1") + + modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") } |