Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Sep 28, 2024
1 parent 5b738dd commit a37c38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ dependencies {

// Wilder Wild
if (local_wilderwild)
api(project(":WilderWild", configuration = "namedElements"))?.let { include(it) }
api(project(":WilderWild", configuration = "namedElements"))
else
modCompileOnly("maven.modrinth:wilder-wild:$wilderwild_version")

Expand Down

0 comments on commit a37c38e

Please sign in to comment.