I have a gradle plugin I’d like to use in more than one project. I’ve uploaded it to artifactory. In the past I was able to use dynamic dependencies with the classpath configuration of the buildscript block, but I’m trying to adopt the new plugins {} functionality, and gradle is complaining saying that “dynamic plugin versions are not supported.”
I tried searching around the forum and couldn’t find if anyone had found a workaround for this limitation. I guess I could use the old way of doing things, but I’m feeling motivated to try to adopt the newer API.