(해결) Gradle Build - Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2s
원인 : 현재 디렉토리의 쓰기 권한이 없음
해결 : chmod +x gradlew
출처 : https://samtao.tistory.com/12