Skip to content

SNI integration tests are not using configured repositories #46426

@snicoll

Description

@snicoll

#26022 has introduced additional integration tests that configure a number of repositories for each test, for example:

repositories {
maven { url "file:${rootDir}/../int-test-maven-repository"}
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
}

Unfortunately this doesn't match the repositories that the build configures, typically for commercial releases.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions