Skip to content

Commit

Permalink
remove one tab and comment out smoke test for fabric 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Nov 10, 2024
1 parent 88f6623 commit 07a4359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,9 @@ val smokeTest by tasks.registering(SmokeTestTask::class) {
Config("legacyfabric", "1.7.10", dependencies = setOf(
"maven.modrinth:legacy-fabric-api:1.10.2",
)),
Config("legacyfabric", "1.6.4", dependencies = setOf(
"maven.modrinth:legacy-fabric-api:1.10.2",
)),
// Config("legacyfabric", "1.6.4", dependencies = setOf(
// "maven.modrinth:legacy-fabric-api:1.10.2",
// )),
Config("babric", "b1.7.3", jvmVersion = 17, dependencies = setOf(
"maven.modrinth:stationapi:2.0-alpha.2.4",
), extraArgs = listOf("--exclude-lib=asm-all")),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class SmokeTest(
thread.config.toString().prependIndent("\t"),
"}",
"> COMMAND: [${thread.command.joinToString(", ")}]",
"> FAILURE REASON: ${thread.failureReason}",
"> FAILURE REASON: ${thread.failureReason}",
"> INSTANCE PATH: ${thread.instancePath}"
).joinToString("\n"))
}
Expand Down

0 comments on commit 07a4359

Please sign in to comment.