Kelvin Chung
08/16/2024, 9:57 PMconfigurations.all {
resolutionStrategy {
force("foo:bar:1.0")
}
}
and using a platform
dependencies {
constraints {
api("foo:bar:1.0")
}
}Justin Van Dort
08/16/2024, 9:59 PMJustin Van Dort
08/16/2024, 9:59 PMKelvin Chung
08/16/2024, 10:00 PMJustin Van Dort
08/16/2024, 10:00 PM