From a92201e20de5480447d06f702de28adf78163f59 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:49:39 -0500 Subject: [PATCH] Update to 26.2 --- build.gradle.kts | 4 +--- settings.gradle.kts | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5282c85..d3f8b4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,9 +33,7 @@ tasks { } dependencies { - compileOnly("com.alttd.cosmos:cosmos-api:1.21.10-R0.1-SNAPSHOT") { - isChanging = true - } + compileOnly("com.alttd.cosmos:cosmos-api:26.2.build.17-stable") implementation("org.slf4j:slf4j-api:2.0.17") diff --git a/settings.gradle.kts b/settings.gradle.kts index 7ef543d..dfe7698 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,6 +14,13 @@ dependencyResolutionManagement { password = nexusPass } } + maven { + url = uri("https://repo.alttd.com/repository/alttd/") + credentials { + username = nexusUser + password = nexusPass + } + } maven("https://jitpack.io") // PlotSquared maven("https://repo.papermc.io/repository/maven-public/")