javaJars property

List<String>? javaJars
getter/setter pair

A list of Java JARS to add to the classpath.

Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar

Optional.

Implementation

core.List<core.String>? javaJars;