Open
Description
Describe the bug
When running ./gradlew simulateNativeDebug
I get inconsistent results with the same code.
To Reproduce
Steps to reproduce the behavior:
- run
git clone https://github.com/spacey-sooty/2024-Crescendo.git
- run
cd 2024-Crescendo
- run
./gradlew simulateNativeDebug
- See this error message
> Task :wombat:simulateNativeDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':wombat:simulateNativeDebug'.
> Must have 1 and only 1 binary
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 16s
3 actionable tasks: 3 executed
- run
./gradlew build
(succeeds) - run
./gradlew simulateNative
- See this error message
> Task :wombat:simulateNativeRelease FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':wombat:simulateNativeRelease'.
> Must have 1 and only 1 binary
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 12s
6 actionable tasks: 2 executed, 4 up-to-date
- repeat steps 7 and 8 once.
- run
./gradlew simulateNativeDebug
- Success
Expected behavior
I expect when I simulate my project with no changes to it the result is the same.
Desktop (please complete the following information):
Metadata
Assignees
Labels
No labels