Cleanup gradle files

This commit is contained in:
Martin Prokoph
2024-07-25 11:10:36 +02:00
parent 333fc7f300
commit c0af00f2a3
5 changed files with 2 additions and 206 deletions

View File

@@ -30,7 +30,6 @@ dependencies {
// Just make sure NOT to use classes from the .fabric classpath
modCompileOnlyApi "maven.modrinth:midnightlib:${rootProject.midnightlib_version}-fabric"
modCompileOnlyApi "maven.modrinth:obsidianui:${rootProject.obsidianui_version}-fabric"
include 'org.aperlambda:lambdajcommon:1.8.1'
modCompileOnlyApi ("com.terraformersmc:modmenu:${project.modmenu_version}") {
exclude(group: "net.fabricmc.fabric-api")
}