found this in gradle
maven {
url 'https://artifactory.vokal.io/artifactory/plugins-release'
credentials {
username = "${artifactory_user}"
password = "${artifactory_password}"
}
}
but could not find artifactory_user or artifactory_password defined any where , solution please
found this in gradle maven { url 'https://artifactory.vokal.io/artifactory/plugins-release' credentials { username = "${artifactory_user}" password = "${artifactory_password}" } } but could not find artifactory_user or artifactory_password defined any where , solution please