I follow all recommandation to make migration of androidX but when I change distribution
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
I have this error
The Gradle project does not define a task suitable for the requested build.
Review the android/app/build.gradle file and ensure it defines a debug build type.
FAILURE: Build failed with an exception.
* What went wrong:
Task 'null' not found in root project 'android'.
I don't know what to do
parallel
mode. I got the same error usingGradle 4.3.1
(where I'm running a task: ex:gradle rpm
on 5 different projects in parallel mode in Jenkinsfile each having individual stage understages
. Re-running the same pipeline run with same parameters works next time and other times it fails intermittently with this error. I also got this error mesg too: #59798196 – Durmast