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

Add extra JPMS open flags for Java 9 and up #894

Closed elefeint closed 2 years ago

elefeint commented 2 years ago

With this change, users won't have to specify their own add-opens in the applications that use appengine plugins.

I've split the Devserver tests into two versions, one for Java 8, and one for Java 9 and up.

Fixes #893.