SpineEventEngine / gcloud-java

Support for Spine-based Java apps running under Google Cloud
https://spine.io
Apache License 2.0
3 stars 0 forks source link

Use the latest versions of ErrorProne and `spine-mc-java` #176

Open yevhenii-nadtochii opened 2 years ago

yevhenii-nadtochii commented 2 years ago

Now, the repository uses ErrorProne 2.10.0.

Despite the fact that config already has a newer version of ErrorProne, we can't update it in the repository. Using the latest version of ErrorProne also requires the latest spine-mc-java library. But due to the bug in mc-java, using of it leads to an exception during the build.

In the scope of this issue, specify the last versions of ErrorProne and spine-mc-java, when the mentioned bug is resolved.