comparison init40.gradle @ 266:3f891f6587f1

remove force on xml-apis version
author smith@nwoca.org
date Fri, 16 Nov 2018 19:03:24 +0000
parents d8c2e57428b3
children d0ad38ee7dec
comparison
equal deleted inserted replaced
265:d8c2e57428b3 266:3f891f6587f1
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
192 task cleanLocal(description: "removes all artifacts from developer's local repository") { 192 task cleanLocal(description: "removes all artifacts from developer's local repository") {
193 193