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
When I run gem install hazelcast-client the installtion fails with 404 error
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Not Found 404 (https://rubygems.global.ssl.fastly.net/quick/Marshal.4.8/hazelcast-client-0.0.5-java.gemspec.rz)
The reason give in this issue says the this is due to platform property of gemspec. It is currently set to jruby instead of java.
Can you please check whether the actual issue if that or something else
When I run
gem install hazelcast-client
the installtion fails with 404 errorERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Not Found 404 (https://rubygems.global.ssl.fastly.net/quick/Marshal.4.8/hazelcast-client-0.0.5-java.gemspec.rz)
The reason give in this issue says the this is due to platform property of gemspec. It is currently set to
jruby
instead ofjava
.Can you please check whether the actual issue if that or something else
rubygems/rubygems#1203
The text was updated successfully, but these errors were encountered: