I am working on gradle version update for my project from 7 to 8.4.
During the update my test task is failed.
Could not determine the dependencies of task employeeJava:test
could not get unknown property ‘outputdir’ for main java source of type org.gradle.api.internal.file.DefaultSourceDirectorySet
I tried to update the junit version but the error is not resolved.
I need a solution to resolve this error
New contributor
Deepu Revanna is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.