Where to define template variables?

Answered

In IDEA, our build.gradle file contains template variables like, for example in the repository section there is ${artifactory_password} 

Where in IDEA do I go to define those template variables for that file?

0
1 comment

Try the gradle.properties file. You can create it in the root directory of your project.

0

Please sign in to leave a comment.