Open abelsromero opened 11 months ago
Looking at the code, it seems the issue is that it's setting the "conditional" mode by default. Forcing the standard
works ./gradlew -Pagent=standard nativeTest
.
But base on other docs, it seems standard
should be the default.
I hit this issue today as well. @abelsromero workaround of using -Pagent=standard
worked
Describe the bug Running
./gradlew -Pagent nativeTest
as per documentation in a project with no configuration (except adding the plugin), fails withenv:
Make sure that you have read the documentation and that you are using the latest plugin version.
To Reproduce
Expected behavior It should run tests and provide auto-generated metadata 🙏
Logs
System Info (please complete the following information):
Additional context