Internal API constructor DefaultDomainObjectSet(Class<T>) has been deprecated. This is scheduled to be removed in Gradle 7.0

Viewed 1527

Is there a way to turn off this warning? When I used --warning-mode all stacktrace I saw that problem comes from internal API. This error is so annoying, so I would like to fix it or turn the warning off.

1 Answers

I am an amateur and spare me if it sounds ridiculous but downgrading my gradle worked, previously 6.4 was being used now I am using 5.6.4

Related