Override dependency reference

Hello,

As bintray had been shut down, I face a problem with my dependency management.
One of my included libraries (tornadofx2) has a dependency on a jar originally fetched from bintray repository (fontawesomefx). AS bintray is no longer available, my build is broken. The cleanest solution would be if the original library would fix it, but it also seems too be dead for more than a year, so I have to fix it myself.
I’ve found out the fontawesomefx library now available in maven central, so it could be resolved, but the other library still tries to fetch it from bintray and fail.

How can I override the dependency resolution to use my instance of the file (same version) instead of the bintray one?

Gradle only knows how to resolve dependencies from repositories you have told it about. So can’t you just remove the BinTray / JCenter repo from your repositories list?