-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent simulation builds #687
Comments
The main issue with this is we don't support gradlerio being loaded in multiple projects at the same time. What is happening is the sim tasks are being created for the Wombat subproject, but because its not an executable it doesn't get configured right. I'll have to look to see if I can find a way to solve this, but due to how close it is to the season, and it being an unsupported scenario I'm not sure we'll get to it for 2024. And any fix for this would likely be a project breaking change. |
As a workaround, you can explicitly run the root tasks |
Ok thank you for the temporary work around. |
I'll also take a look see if I can find a way to resolve this, preferably without huge changes |
Describe the bug
When running
./gradlew simulateNativeDebug
I get inconsistent results with the same code.To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/spacey-sooty/2024-Crescendo.git
cd 2024-Crescendo
./gradlew simulateNativeDebug
./gradlew build
(succeeds)./gradlew simulateNative
./gradlew simulateNativeDebug
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):
The text was updated successfully, but these errors were encountered: