NTP-32430 | Revert Build Gradle Changes (#14965)

This commit is contained in:
Prajjaval Verma
2025-02-13 16:26:23 +05:30
committed by GitHub
parent dbc3d4e658
commit 9dbcc89ff7

View File

@@ -88,9 +88,4 @@ allprojects {
// jitpack should be last repository
maven { url 'https://jitpack.io' }
}
configurations.all {
resolutionStrategy {
force("net.minidev:json-smart:2.5.2")
}
}
}