linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
586 stars 147 forks source link

Fix empty ABI container issue. #318

Closed zvezdan closed 4 years ago

zvezdan commented 4 years ago

When the task for creation of virtualenv is up-to-date, the ABI container does not get populated. This fix ensures that it's populated even in that case.