Update ObsidianUI to my 1.21.3 port

This commit is contained in:
Martin Prokoph
2024-11-18 14:16:44 +01:00
parent a23e8b8975
commit 3eec0dda4a
5 changed files with 18 additions and 14 deletions

View File

@@ -13,6 +13,9 @@ repositories {
maven {
url = "https://api.modrinth.com/maven"
}
flatDir {
dirs("localMaven")
}
}
subprojects {
@@ -22,6 +25,9 @@ subprojects {
url = "https://api.modrinth.com/maven"
}
maven { url 'https://jitpack.io' }
flatDir {
dirs("../localMaven")
}
}
dependencies {