GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
40 stars 26 forks source link

Switch from maven-compile-plugin source/target to release #888

Closed elefeint closed 11 months ago

elefeint commented 2 years ago

Using <release> ensures that the code is compiled with Java 8 libraries.

elefeint commented 2 years ago

@chanseokoh The <release> tag should address the main concern in the original PR. Arguably, when running matrix Java 11 and 17, the maven plugins should use the correctly versioned toolchains for each, but that does not seem critical.