After pondering the release note for v6 (<https://...
# gradle
c
After pondering the release note for v6 (https://docs.gradle.org/current/userguide/upgrading_version_5.html#classes_from_buildsrc_are_no_longer_visible_to_settings_scripts) I found out that I just needed to move the
mavenUser
part into the
pluginManagement
block.