Updated to 1.21.1.
release / build (21) (push) Successful in 1m42s

This commit is contained in:
2025-04-01 17:09:56 -06:00
parent 679428c04f
commit 84dc407026
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'fabric-loom' version '1.10-SNAPSHOT'
id 'maven-publish'
}
@@ -22,8 +22,8 @@ repositories {
// for more information about repositories.
maven {
name "reposiliteRepositoryReleases"
url "https://maven.bigduckie.dev/releases"
name = "gitea"
url = uri("https://git.bigduckie.dev/api/packages/big-duckie/maven")
}
}