Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classesDir property #11

Closed
kwinata opened this issue Aug 13, 2019 · 1 comment
Closed

classesDir property #11

kwinata opened this issue Aug 13, 2019 · 1 comment
Assignees

Comments

@kwinata
Copy link

kwinata commented Aug 13, 2019

classpath configurations.runtime, sourceSets.main.output.classesDir

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)

@bmuschko bmuschko self-assigned this Aug 16, 2019
@bmuschko
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants