# HG changeset patch # User smith@nwoca.org # Date 1541617497 0 # Node ID e531b09c4659cae3314ddb570568a1603055e79c # Parent b7b65152446ecada2b6f7a3c4ab143eee7fe3485 add mavenLocal() for local builds diff -r b7b65152446e -r e531b09c4659 init20.gradle --- a/init20.gradle Mon Nov 05 14:28:22 2018 +0000 +++ b/init20.gradle Wed Nov 07 19:04:57 2018 +0000 @@ -200,6 +200,8 @@ details.useVersion(project.overrideUspsCore) } } + + resolutionStrategy.force 'xml-apis:xml-apis:1.4.01' } } @@ -482,6 +484,7 @@ artifactPattern gradle.ivyUserDir + '/local/[artifact]-[revision](-[classifier]).[ext]' ivyPattern gradle.ivyUserDir + "/local/[module]-ivy-[revision].xml" } + mavenLocal() } if (gradle.branchStream == 'feature') {