-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Description
#26022 has introduced additional integration tests that configure a number of repositories for each test, for example:
Lines 2 to 7 in c63eba3
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: taskA general taskA general task