Skip to content

download feature breaks settings repository #331

@tg-freigmbh

Description

@tg-freigmbh

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:

  1. PREFER_PROJECT: The registration of this Plugin will work, but gradle will drop previously working repositories defined in settings.gradle
  2. PREFER_SETTINGS: This registration of this Plugin will be ignored
  3. FAIL_ON_PROJECT_REPOS: The build will fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions