Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory()

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)

I guess your current Gradle version is <7.3.
Those are not supported to run on Java 17: Compatibility Matrix.
Run the command still with a compatible Java version.