Mercurial > public > develkit
comparison init40.gradle @ 274:068637778a0d
remove mavenLocal from bamboo local builds
author | smith@nwoca.org |
---|---|
date | Wed, 06 Mar 2019 17:17:14 +0000 |
parents | f5c641647fc6 |
children | 2f6d25a71778 |
comparison
equal
deleted
inserted
replaced
273:f5c641647fc6 | 274:068637778a0d |
---|---|
428 ivy { | 428 ivy { |
429 name = 'local' | 429 name = 'local' |
430 artifactPattern gradle.ivyUserDir + '/local/[artifact]-[revision](-[classifier]).[ext]' | 430 artifactPattern gradle.ivyUserDir + '/local/[artifact]-[revision](-[classifier]).[ext]' |
431 ivyPattern gradle.ivyUserDir + "/local/[module]-ivy-[revision].xml" | 431 ivyPattern gradle.ivyUserDir + "/local/[module]-ivy-[revision].xml" |
432 } | 432 } |
433 mavenLocal() | 433 } |
434 | |
435 if (!gradle.bambooBuild) { | |
436 mavenLocal() | |
434 } | 437 } |
435 | 438 |
436 if (gradle.branchStream == 'feature') { | 439 if (gradle.branchStream == 'feature') { |
437 ivy { | 440 ivy { |
438 name = 'ssdt-branches' | 441 name = 'ssdt-branches' |