⁠
kyle wood: Don't always show stacktrace
I think this is breaking TeamCity's ability to find tests on failure
since it will still print a stacktrace on test failure.
I think this is breaking TeamCity's ability to find tests on failure
since it will still print a stacktrace on test failure.
- /*
- * Minecraft Dev for IntelliJ
- *
- * https://minecraftdev.org
- *
- * Copyright (c) 2022 minecraft-dev
- *
- * MIT License
- */
- rootProject.name = "MinecraftDev"
- gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS_FULL
- enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
- include("mixin-test-data")
- /*
- * Minecraft Dev for IntelliJ
- *
- * https://minecraftdev.org
- *
- * Copyright (c) 2022 minecraft-dev
- *
- * MIT License
- */
- rootProject.name = "MinecraftDev"
- enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
- include("mixin-test-data")