Lightning-Browser icon indicating copy to clipboard operation
Lightning-Browser copied to clipboard

tag v5.0.1 build failed

Open Yi-Z0 opened this issue 6 years ago • 2 comments

  10:13:02: Executing task 'androidDependencies'...

  Executing tasks: [androidDependencies]


  > Configure project :app
  WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
  It will be removed at the end of 2019.
  For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
  To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.

  > Task :app:androidDependencies FAILED
  lightningLiteDebug

  FAILURE: Build failed with an exception.

  * What went wrong:
  Execution failed for task ':app:androidDependencies'.
  > Could not resolve all artifacts for configuration ':app:lightningLiteDebugCompileClasspath'.
     > Could not resolve project :client.
       Required by:
           project :app
        > Unable to find a matching configuration of project :client:
            - None of the consumable configurations have attributes.
     > Could not resolve project :helper.
       Required by:
           project :app
        > Unable to find a matching configuration of project :helper:
            - None of the consumable configurations have attributes.

  * 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

  Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
  Use '--warning-mode all' to show the individual deprecation warnings.
  See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings

  BUILD FAILED in 0s
  1 actionable task: 1 executed
  10:13:03: Task execution finished 'androidDependencies'.

Yi-Z0 avatar Sep 03 '19 02:09 Yi-Z0

Not found project configuration :client and :helper

Yi-Z0 avatar Sep 03 '19 02:09 Yi-Z0

You need to run git submodule update --init --recursive before building it. I unfortunately needed to include a submodule temporarily due to latest I2P dependency not being released on maven central.

anthonycr avatar Sep 05 '19 02:09 anthonycr