timpatt
timpatt
Most of the changes here are due to gradle upgrading its scripts/data.
The plugin fails to load into Gradle 3.x with an error: > Unable to load class us.kirchmeier.capsule.task.FatCapsule due to missing dependency org/gradle/api/internal/DynamicObject According to [this post](https://discuss.gradle.org/t/missing-dependency-org-gradle-api-internal-dynamicobject-prevents-extending-plugin-task/19472), Gradle 3 introduced a...
Currently the capsule cache uses the CAPSULE_ID (usually the application name) as a key to the cache. This causes issues if there are multiple versions of the capsule in existence...
Addresses (some?) of the issues raised in #126 .
### Describe the bug We use an internal Artifactory server that mirrors conancenter and I've noticed a strange difference between the two when running `conan list qt/6.8.3:* -r --format=json`; namely,...