We are getting the above exception followed by
Error resolving plugin [id: 'org.sonarqube', version: '2.6.2', apply:false] in our android app.
We have
minSdkVersion 19
and
targetSDKVersion 23
and
buildToolsVersion 27.0.3
and android studio 3.0.1.
Our Sonarqube plugin is 2.6.2 as you probably have guessed it.The app then time out and fail to compile. Can someone point me to fix this issue?