FAILURE: Build failed with an exception.
* What went wrong:
  Could not determine the dependencies of task ‘:package_info_plus:compileDebugJavaWithJavac’.
> Cannot query the value of this provider because it has no value available.
* Try:
> 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.
> Get more help at https://help.gradle.org.
BUILD FAILED in 21s
Running Gradle task ‘assembleDebug’…                             22.1s
Error: Gradle task assembleDebug failed with exit code 1
It’s quite impossible to say without seeing your build. Somewhere a property does not have a value while it is expected to have one. A --stacktrace would show where the value is queried, but that does most probably not help here.