hi all,
I tried to setup the IJava based on the instructions however,
after running cd IJava
then run $ chmod u+x gradlew && ./gradlew installKernel i got the problem like this:
FAILURE: Build failed with an exception.
- What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().
BUILD FAILED in 0s
Mine is es macos system and just got java 17 installed.
what might be the solution... many thanks :)
hi all,
I tried to setup the IJava based on the instructions however,
after running cd IJava
then run $ chmod u+x gradlew && ./gradlew installKernel i got the problem like this:
FAILURE: Build failed with an exception.
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 0s
Mine is es macos system and just got java 17 installed.
what might be the solution... many thanks :)