comparison init40.gradle @ 264:d063b759e419

DEP-14: force xml-apis version
author smith@nwoca.org
date Tue, 13 Nov 2018 21:19:59 +0000
parents 0a6a5a7470c4
children d8c2e57428b3
comparison
equal deleted inserted replaced
263:0a6a5a7470c4 264:d063b759e419
183 if (project.hasProperty("overrideUspsCore")) { 183 if (project.hasProperty("overrideUspsCore")) {
184 if (details.requested.group == 'org.ssdt_ohio' && details.requested.name.startsWith('usps.') && !details.requested.name.startsWith('usps.vui')) { 184 if (details.requested.group == 'org.ssdt_ohio' && details.requested.name.startsWith('usps.') && !details.requested.name.startsWith('usps.vui')) {
185 details.useVersion(project.overrideUspsCore) 185 details.useVersion(project.overrideUspsCore)
186 } 186 }
187 } 187 }
188 resolutionStrategy.force 'xml-apis:xml-apis:1.4.01'
188 } 189 }
189 } 190 }
190 191
191 task cleanLocal(description: "removes all artifacts from developer's local repository") { 192 task cleanLocal(description: "removes all artifacts from developer's local repository") {
192 193