I had a similar issue and was able to resolve it by adding the foojay toolchain to my settings.gradle file, under the plugins section:
plugins
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'