*** HELP: The Adjust plugin adds a dependency that does not exist

I’m trying to make my build using the Adjust plugin (my first time with this plugin). I just add the following line to my build.settings file:

[“plugin.adjust”] =
{
publisherId = “com.adjust”
},

NOTE: if I remove the above code, the compilation is done.

The result from the console:

FAILURE: Build failed with an exception.
03:00:49.443
03:00:49.443 * What went wrong:
03:00:49.443 Could not determine the dependencies of task ‘:App:lintVitalRelease’.
03:00:49.443 > Could not resolve all artifacts for configuration ‘:App:debugCompileClasspath’.
03:00:49.443 > Could not find play-services-ads-identifier-17.0.0.jar (com.google.android.gms:play-services-ads-identifier:17.0.0).
03:00:49.443 Searched in the following locations:
03:00:49.443 https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-ads-identifier/17.0.0/play-services-ads-identifier-17.0.0.jar
03:00:49.443
03:00:49.443 * Try:
03:00:49.443 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
03:00:49.443
03:00:49.443 * Get more help at https://help.gradle.org
03:00:49.443