Where to define template variables?

已回答

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

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

0

请先登录再写评论。