Could not determine artifacts for com.github.datalogic:datalogic-android-sdk:1.31

I am having issue when i try to build the project on Jenkins i get this error:

  • What went wrong:
    Execution failed for task ‘:app:dataBindingMergeDependencyArtifactsDevelopmentRelease’.

Could not resolve all dependencies for configuration ‘:app:developmentReleaseRuntimeClasspath’.
Could not determine artifacts for com.github.datalogic:datalogic-android-sdk:1.31: Skipped due to earlier error
when i run ./gradlew clean assembleDevelopmentRelease locally on my machine it builds fine but i get the above error on Jenkins