Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: } } allprojects { apply plugin: 'idea' apply plugin: 'android' apply plugin: 'artifactory' } repositories { maven { url "http://192.168.2.130:8081/artifactory" credentials { username = "$artifactory_user" password = "$artifactory_password" } } } artifactory { contextUrl = 'http://192.168.2.130:8081/artifactory/simple' resolve { repository { repoKey = 'libs-snapshot' maven = true } } } http://192.168.2.130:8081/artifactory […]
↧