Our internal numbering scheme has five components to a version number, e.g.: 1.22.333.4444.55555.
Is this supported by Artifactory? By Gradle?
This is a similar question.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It really depends on what you mean by “supported”.
Is it easily doable? Yes. Because a Gradle version declaration is a simple Groovy String variable assignment and Artifactory accepts the resolution and deployment of all artifacts regardless of their path.
The version scheme makes a difference only when it isn’t standard, you want Artifactory to recognize it as part of a valid module and perform different operations beyond simple deployment and resolution, operations that rely on module recognition; in this case you can “teach” Artifactory how to recognize your layout.