-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
questionFurther information is requestedFurther information is requested
Description
This plugin offers a functionality to download Node.js. If this functionality is used this plugin registers a new ivy repository for gradle.
This doesnt work very well if a user defines their repositories in settings.gradle.kts.
Depending on the value chosen for:
org.gradle.api.initialization.resolve.RepositoryMode
this will mean one of the following:
- PREFER_PROJECT: The registration of this Plugin will work, but gradle will drop previously working repositories defined in settings.gradle
- PREFER_SETTINGS: This registration of this Plugin will be ignored
- FAIL_ON_PROJECT_REPOS: The build will fail.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested