gwtproject / gwt-site

Sources of the pages of the gwtproject.org website.
150 stars 332 forks source link

Update command line options for Compiler, DevMode and SuperDevMode #314

Closed lupino3 closed 4 years ago

lupino3 commented 4 years ago

Mention more recent Java versions supported by the GWT compiler.

Found the values here: https://github.com/gwtproject/gwt/blob/master/dev/core/src/com/google/gwt/dev/util/arg/SourceLevel.java

niloc132 commented 4 years ago

Thanks! Can you dump the whole output to update this, so we also get the version?

tbroyer commented 4 years ago

Ideally we'd want to actually run the command and copy-paste de output; the actual output is slightly different: [-sourceLevel [auto, 1.8, 1.9, 1.10, 1.11]] rather than [-sourceLevel [1.8|1.9|1.10|1.11]] (which is missing auto BTW)

We'd also want to do the same for CodeServer in http://www.gwtproject.org/articles/superdevmode.html

lupino3 commented 4 years ago

No worries, happy to help :)