gradle-trust-all icon indicating copy to clipboard operation
gradle-trust-all copied to clipboard

New version of gradle compile failed!

Open donald001 opened this issue 2 years ago • 2 comments

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() }

donald001 avatar Apr 18 '22 09:04 donald001

I have the same issue

SandeepLakka avatar Oct 04 '22 10:10 SandeepLakka

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

SandeepLakka avatar Oct 05 '22 07:10 SandeepLakka