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

@@ -41,7 +41,7 @@ configurations {
dependencies {
neoForge "net.neoforged:neoforge:$rootProject.neoforge_version"
modImplementation include ("maven.modrinth:midnightlib:${rootProject.midnightlib_version}-neoforge")
modImplementation include ("org.thinkingstudio.obsidianui:ObsidianUI-neoforge:${rootProject.obsidianui_version}")
modImplementation include ("maven.modrinth:obsidianui:${rootProject.obsidianui_version}-neoforge")
shadowBundle('org.aperlambda:lambdajcommon:1.8.1') {
exclude group: 'com.google.code.gson'
exclude group: 'com.google.guava'