vokal / Mocktrofit

Mocking Client for Retrofit
MIT License
43 stars 6 forks source link

whjat is user name and password #17

Open shahid-ccs opened 6 years ago

shahid-ccs commented 6 years ago

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