Unknown property 'enabled' for Report, gradle 8.1.0 #2080
-
I encountered this error after upgrading to gradle 8.1.0 and trying to build the project:
the problem was in the build.grade(Project) I resovle the issues by replacing the following two lines:
with:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
yes, you're right, but I was reading the code, and I got the gradle update notification from android studio, then I upgraded it to the newest version, but I after that when I was trying to rebuild the project, I got the error. |
Beta Was this translation helpful? Give feedback.
Ah OK. Can you please check if the changed solution still generates unit test reports? (=
make test
)If so, please feel free to make a merge request to increase the version to the newer one and the required fixes for it.
It also can be seen at merge request CI build if it generates unit testing results still