Add JPMS support to google-cloud-bigquery (and other Google Cloud libraries) #3253
Labels
api: bigquery
Issues related to the googleapis/java-bigquery API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Please add support for JPMS by adding module-info.java file to (
google-cloud-bigquery/src/main/java/module-info.java
).This will depend on the
com.google.cloud:*
dependencies having been modularised first.It will enable users to use jlink with projects that depend on bigquery
The text was updated successfully, but these errors were encountered: