Removed superfluous force-override

This commit is contained in:
chriscochrane
2024-12-06 11:08:55 +00:00
parent abcb55d370
commit 316119b368

View File

@ -497,13 +497,8 @@ allprojects {
if (details.requested.group == 'org.apache.commons') { if (details.requested.group == 'org.apache.commons') {
if (details.requested.name == "commons-configuration2") { if (details.requested.name == "commons-configuration2") {
details.useVersion commons_configuration2_version details.useVersion commons_configuration2_version
} else if (details.requested.name == "commons-text") {
details.useVersion commons_text_version
} }
} }
// if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') {
// details.useVersion snake_yaml_version
// }
} }
dependencySubstitution { dependencySubstitution {