Ryan Ragnell
Ryan Ragnell
### The Problem If using versions that do not match the standard semantic version format, tags do not get recognized correctly so that changes may be collected to be written...
``` project.rootProject.buildscript.configurations.each { config -> config.dependencies.each { dep -> logger.warn("Dep: " + dep.name) } } ``` Even in my own tasks, I'm not able to get this to print any...
I'm working on writing unit tests for a service that encrypts a payload using the aws_encryption_sdk using a standard master key. I've tried a few different approaches, but I think...