gradle-plugins
gradle-plugins copied to clipboard
Gradle Plugins
Results
2
gradle-plugins issues
Sort by
recently updated
recently updated
newest added
When trying to use the plugin with Android Studio, one gets the following error: `Could not get unknown property 'testClasses' for project ':network' of type org.gradle.api.Project.`. Following your [blog post](https://softnoise.wordpress.com/2014/09/07/gradle-sub-project-test-dependencies-in-multi-project-builds/)...
After updating to Gradle 8.0.2: ``` Could not set unknown property 'classifier' for task ':jarTest' ``` Seems `classifier` was deprecated a while ago and finally removed