plnice / can-i-drop-jetifier

Gradle plugin that checks if there are dependencies using support library instead of AndroidX.
Apache License 2.0
558 stars 14 forks source link

No such property: testOptions for class: java.lang.String #12

Open NinoDLC opened 4 years ago

NinoDLC commented 4 years ago

I setup your plugin, but when executing the the ./gradlew -Pandroid.enableJetifier=false canIDropJetifier command, I get

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':aggregation'.
> No such property: testOptions for class: java.lang.String

Gradle version is 5.6.2