I\'m currently trying to transisiton a maven build to a Gradle build. The show stopper hurdle I\'ve hit is that our internal artifacts are deployed to an internal repositor
The gradle-credentials plugin will let you encrypt the contents of a gradle.encrypted.properties file, which will then be available in the build as properties of the credentials object.
The gradle maven settings plugin will let you use Maven's system for encrypting/decrypting credentials.