google / jsinterop-generator

Generates Java annotated with JsInterop from JavaScript extern sources
Apache License 2.0
75 stars 24 forks source link

update .bazelversion to 2.2.0 #41

Closed didier-durand closed 4 years ago

didier-durand commented 4 years ago

I installed last version of Bazel on my Mac : it is 2.2.0.

When I launch project build command, it fails because .bazelversion is currently in master at 1.0.0

Can you upgrade to .bazelversion to 2.2.0? I did it on my machine and it works fine: I get "INFO: Build completed successfully, 233 total actions"

Thanks! Didier

gkdn commented 4 years ago

Hi. Thanks for checking if it works with this project. We need to update all related projects together so it may take a little while longer. Being said that you can also use 'bazelisk' which chooses the version of bazel based on this version file.

didier-durand commented 4 years ago

Hi Goktug, thanks. I didn't know of bazelisk but I will use it from now on. Didier

jDramaix commented 4 years ago

fixed by 5e955f439a27881e92fd84340729322eecf16f49

didier-durand commented 4 years ago

Merci!