mirror of
https://github.com/google/nomulus.git
synced 2025-08-09 02:59:35 +02:00
* Enable Java 11 features As of this commit Java 11 must be used to build. The generated bytecode is still at Java 8 due to App Engine task queue limit. Also fixed a bug where the included google-java-format jar file is not used, requiring the user to install it separately. See: https://cloud.google.com/appengine/docs/standard/java/taskqueue/push
6 lines
91 B
YAML
6 lines
91 B
YAML
extraction:
|
|
java:
|
|
prepare:
|
|
packages: "npm"
|
|
index:
|
|
java_version: "11"
|