You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classesDir property is only available in newer versions of Gradle. I believe this was added in Gradle 5.x. This project is still based on Gradle 1.7 and therefore cannot be upgraded to the new version as that's the code referenced in the book.
gradle-in-action-source/chapter03/todo-app-external-dependency/build.gradle
Line 22 in 4b65643
classesDir should be classesDirs (https://discuss.gradle.org/t/could-not-get-unknown-property-classesdir-for-main-classes-of-type-org-gradle-api-internal-tasks-defaultsourcesetoutput/30570)
The text was updated successfully, but these errors were encountered: