File tree 1 file changed +2
-1
lines changed
tests/src/test/java/com/google/cloud 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,10 @@ private static void assertUniqueClasses(List<Artifact> allArtifacts)
139
139
if (className .contains ("javax.annotation" )
140
140
|| className .contains ("$" )
141
141
|| className .endsWith ("package-info" )
142
+ || className .endsWith ("module-info" )
142
143
|| className .equals ("com.google.cloud.location.LocationsGrpc" )
143
144
|| className .equals ("com.google.gwt.core.client.UnsafeNativeLong" )) {
144
- // Ignore annotations, nested classes, and package-info files.
145
+ // Ignore annotations, nested classes, module-info and package-info files.
145
146
// Ignore LocationsGrpc classes which are duplicated in generated grpc libraries.
146
147
// Ignore GWT's UnsafeNativeLong, which appear in om.google.gwt:gwt-dev:2.9.0 and
147
148
// com.google.jsinterop:base:1.0.0.
You can’t perform that action at this time.
0 commit comments