[Gradle] Authentication scheme 'all'(Authentication) is not supported by protocol 'file'
1. ISSUE LOG Could not resolve all dependencies for configuration ':classpath'. > Authentication scheme 'all'(Authentication) is not supported by protocol 'file' 2. Error 위치 gradle.properties nexusUrl="http://nexus.something.com" nexusUser="someone" nexusPassword="somepassword" build.gradle repositories { maven { url '$nexusUrl' allowInsecureProtocol = true credentials { username = project.nexus..
2022. 6. 23.
최근댓글