build: switch to official ObsidianUI version

- Previously, I used my own build to achieve 1.21.6 compatibility
This commit is contained in:
Martin Prokoph
2025-09-27 21:46:26 +02:00
parent c00d5893e9
commit 837ead55fb
5 changed files with 4 additions and 8 deletions

View File

@@ -54,10 +54,6 @@ allprojects {
repositories {
maven { url 'https://aperlambda.github.io/maven' }
maven {
name "MidnightDust Snapshots"
url "https://maven.midnightdust.eu/snapshots"
}
}
dependencies {
implementation('org.aperlambda:lambdajcommon:1.8.1') {