# HG changeset patch # User smith@nwoca.org # Date 1551892634 0 # Node ID 068637778a0d8f96fd2dbe2950aac89581999c1c # Parent f5c641647fc65216a41317ae668fc0eedf3cb1f6 remove mavenLocal from bamboo local builds diff -r f5c641647fc6 -r 068637778a0d init40.gradle --- a/init40.gradle Tue Mar 05 20:49:31 2019 +0000 +++ b/init40.gradle Wed Mar 06 17:17:14 2019 +0000 @@ -430,7 +430,10 @@ artifactPattern gradle.ivyUserDir + '/local/[artifact]-[revision](-[classifier]).[ext]' ivyPattern gradle.ivyUserDir + "/local/[module]-ivy-[revision].xml" } - mavenLocal() + } + + if (!gradle.bambooBuild) { + mavenLocal() } if (gradle.branchStream == 'feature') {