Closed sc1478 closed 6 years ago
Version 1.2.3 is not passing the gradle-ospackage-plugin test suite. Details are at https://travis-ci.org/nebula-plugins/gradle-ospackage-plugin/builds/159733276 .
This seems to have been caused by this pull request Feature/multiple dependency support #101 . By returning to a LinkedList implementation of storage, this PR seems to have lost the duplicate-prevention feature that was in version 1.2.2.
This should be fixed with the PR merged. I'll get another patch release out as soon as possible.
Thank you for fixing!
Version 1.2.3 is not passing the gradle-ospackage-plugin test suite. Details are at https://travis-ci.org/nebula-plugins/gradle-ospackage-plugin/builds/159733276 .
This seems to have been caused by this pull request Feature/multiple dependency support #101 . By returning to a LinkedList implementation of storage, this PR seems to have lost the duplicate-prevention feature that was in version 1.2.2.