You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if building the library is supossed to work on a mac at all but when I execute ./gradlew jar or ./gradlew build the following error:
What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().
We never have a problem with mac os. This is certainly due to your gradle installation. I use jsdk 1.6 on mac. Some of my students have used version 1.8 this year without any problem.
I don't know if building the library is supossed to work on a mac at all but when I execute
./gradlew jar
or./gradlew build
the following error:Do I need to downgrade the jdk to version 8? (was using version 19)
The text was updated successfully, but these errors were encountered: