Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20348

NoSuchMethodError with Gradle 6.0

$
0
0

Hi Arthur,

the new method has been introduced in Gradle 4.3, and when you compile a plugin against Gradle 4.3 or later, then the method will be used and the plugin will work with Gradle 6.0.

So yes, this is expected since we removed the bridge method TaskInputs property(String name, Object value); in Gradle 6.0.

Cheers,
Stefan


Viewing all articles
Browse latest Browse all 20348

Trending Articles