mirror of
https://github.com/corda/corda.git
synced 2025-02-21 17:56:54 +00:00
ENT-6748: Make sure correct artemis is picked up, and don't rely on cache.
This commit is contained in:
parent
8355366119
commit
c53b0af997
@ -380,6 +380,12 @@ allprojects {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
// Prevents cache giving use the wrong artemis
|
||||
mavenCentral {
|
||||
content {
|
||||
includeGroup 'org.apache.activemq'
|
||||
}
|
||||
}
|
||||
// Use system environment to activate caching with Artifactory,
|
||||
// because it is actually easier to pass that during parallel build.
|
||||
// NOTE: it has to be a name of a virtual repository with all
|
||||
|
Loading…
x
Reference in New Issue
Block a user