Hi, After latest updates in some common java libraries i started getting next warning when i am trying to run my project locally: ******************************************************** There is a new version of the SDK available. ----------- Latest SDK: Release: 1.8.9 Timestamp: Wed Dec 11 21:06:38 PST 2013 API versions: [1.0]
----------- Your SDK: Release: 1.8.8 Timestamp: Thu Nov 14 17:42:59 PST 2013 API versions: [1.0] ----------- Please visit https://developers.google.com/appengine/downloads for the latest SDK. I am running next blaze target: DevAppServer( name = "LocalDeploy", appdir = ":LocalDeployDir", flags = [ "--port=8888 " + "--address=0.0.0.0 ",# + # Bind server to all network interfaces. #"--disable_update_check", # Do not check new version AppEngine SDK. ], jvm_flags = [ "-Xmx2000M", "-Drdbms.driver=com.mysql.jdbc.Driver", "-Drdbms.url=jdbc:mysql://localhost:3306/gthanks", "-Drdbms.user=gthanks_user", "-Drdbms.password=gthanks", "-Drdbms.server=local", ], wait = 1, # if true will wait for the java process to end before exiting. ) Do you know how to update it on local machine? because i need some updated from 1.8.9. Please let me know if you need any more details, Thanks, Pavel -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
