windows-service-plugin
windows-service-plugin copied to clipboard
Plugin adds mavenCentral() if there is no repository defined on the project
In my settings.gradle.kts
file the repositories are controlled via dependencyResolutionManagement.repositories
, i.e. project.repositories
is empty when applying the plugin. How can I avoid adding the mavenCentral()
repository in this case, as external repositories are not allowed by policy.