adding this to the build script works just fine. but when i move it to the wrapper/init.d/init.gradle i get errors about not being able to resolve the dependencies. I tried searching thru issues and see all kinds of circular reports about this sort of thing, Can i put this type of piece into the init.gradle or not?
I should mention defining the buildscript.repositories in the init is working fine. It’s the dependencies that isn’t working. I’m curious if that is possible in the init.gradle
Sorry, I missed the part in your original post about the dependency resolution problems. Did you add any repositories to the buildscript block, I don’t see them in your example?
Yes, you should be able to add the dependencies from init.gradle.