I have an issue with a dependency in my build so I am trying to do a build scan (./gradlew build --scan) but I am getting this error:
Plugin [id: ‘com.gradle.build-scan’, version: ‘1.12.1’, artifact: ‘com.gradle:build-scan-plugin:1.12.1’] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in ‘org.gradle’ namespace)
- Plugin Repositories (could not resolve plugin artifact ‘com.gradle:build-scan-plugin:1.12.1’)
Searched in the following repositories:
maven(http://artifactory.bcbsfl.com/artifactory/libs-release)
What to do??