You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time I generate tests with UTBot for Kotlin code, I'm unable to launch them because build fails.
To Reproduce
Create a Kotlin class
Launch action on it
Launch generated tests
Expected behavior
Tests are launched normally.
Actual behavior
Build fails
Visual proofs (screenshots, logs, images)
Execution failed for task ':jar'.
> Entry generics/StandardCollections.class is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.0.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.
(generics.StandarCollections is the class I'm launching action on)
Environment
Default sandbox.
Additional context
Running gradle clean after test generation fixes the problem.
The text was updated successfully, but these errors were encountered:
Description
Each time I generate tests with UTBot for Kotlin code, I'm unable to launch them because build fails.
To Reproduce
Expected behavior
Tests are launched normally.
Actual behavior
Build fails
Visual proofs (screenshots, logs, images)
(
generics.StandarCollections
is the class I'm launching action on)Environment
Default sandbox.
Additional context
Running
gradle clean
after test generation fixes the problem.The text was updated successfully, but these errors were encountered: