Gradle command error

Hi,

In My terminal i run the command gradle getDeps for titanium project but it shows like

Unrecognized dependency: ‘com.eclipsesource.j2v8:j2v8:4.6.0’ (type: ‘aar.asc’, extension: ‘aar.asc’)
Unrecognized dependency: ‘com.eclipsesource.j2v8:j2v8:4.6.0’ (type: ‘aar.asc’, extension: ‘aar.asc’)
Unrecognized dependency: ‘com.eclipsesource.j2v8:j2v8:4.6.0’ (type: ‘aar.asc’, extension: ‘aar.asc’)
Unrecognized dependency: ‘com.eclipsesource.j2v8:j2v8:4.6.0’ (type: ‘aar.asc’, extension: ‘aar.asc’)

FAILURE: Build failed with an exception.

  • What went wrong:
    Task ‘getDeps’ not found in root project ‘PayPal’.

  • Try:
    Run gradle tasks to get a list of available tasks. 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 5.0.
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2m 57s

what should i do for clearing this issue

Thanks&Regards,
saraswathi

Run gradlew tasks to get a list of available tasks. 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.