We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbabb84 commit b051f55Copy full SHA for b051f55
bigquery/bigquerystorage/pom.xml
@@ -33,8 +33,8 @@
33
<maven.compiler.target>1.8</maven.compiler.target>
34
<maven.compiler.source>1.8</maven.compiler.source>
35
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36
- <!-- the arrow-vector library currently necessitates setting the netty property --!>
37
- <!-- For more info: https://github.com/apache/arrow/tree/master/java#java-properties --!>
+ <!-- the arrow-vector library currently necessitates setting the netty property -->
+ <!-- For more info: https://github.com/apache/arrow/tree/master/java#java-properties -->
38
<argLine>-Dio.netty.tryReflectionSetAccessible=true</argLine>
39
</properties>
40
0 commit comments