I changed openjdk version to with asdf to 17, and now I tried to change my gradle version to 7.5 with the following command gradle wrapper --gradle-version 7.5
and got this error `Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy()`.
(my OS Ubuntu 20.04)