Skip to content

Commit

Permalink
Re-enable SpongeForge CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Oct 23, 2023
1 parent 0154757 commit b7c5ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if (spongeForge.exists()) {
).joinToString(separator = System.lineSeparator(), postfix = System.lineSeparator()))
}
val spongeForgeEnabledInCi: String = startParameter.projectProperties.getOrDefault("enableSpongeForge", "false")
if (false && spongeForgeEnabledInCi.toBoolean()) {
if (spongeForgeEnabledInCi.toBoolean()) {
include(":SpongeForge")
project(":SpongeForge").projectDir = file("forge")
}
Expand Down

0 comments on commit b7c5ed6

Please sign in to comment.