gradle-trust-all
gradle-trust-all copied to clipboard
New version of gradle compile failed!
The console just said: Could not find method compile() for arguments [org.gradle.api.internal.artifacts.dependencies.DefaultSelfResolvingDependency_Decorated@559226f8] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Solution:
change build.gradle
, from “complile” to "implementation" as
dependencies { implementation gradleApi() implementation localGroovy() }
I have the same issue
hey @donald001 , I fixed the issue but could not raise PR to this repo, use my repo instead https://github.com/SandeepLakka/gradle-trust-all