zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Fix java package version #2254

Closed externl closed 1 month ago

externl commented 1 month ago

slice2java uses 3.8.0-alpha.0 which is also what the gradle plugin uses to find the Ice for Java. Our Java packages are using 3.8.0-alpha0. I've updated the Java package to be in sync with slice2java