You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the plugin is executed within a strict nexus/artifactory environment it tries to download dependencies from custom repositories which are not reachable.
The parent pom defines two (with the oss-parent three) custom repositories. One of them is maven central with the key maven-central. I assume the default is explicitly listed regarding some problem with gradle (original commit).
I would suggest changing the key to central, which is the default key and usually handled in a nexus/artifactory environment as mirror.