Skip to content

Commit 767a558

Browse files
authored
feat: enable flag for report generation (googleapis#1991)
* feat: enable flag for report generation * chore: remove clirr-maven-plugin override
1 parent 40c5120 commit 767a558

File tree

1 file changed

+1
-8
lines changed
  • grpc-google-cloud-datastore-v1

1 file changed

+1
-8
lines changed

grpc-google-cloud-datastore-v1/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@
6060
<groupId>org.codehaus.mojo</groupId>
6161
<artifactId>flatten-maven-plugin</artifactId>
6262
</plugin>
63-
<plugin>
64-
<groupId>org.codehaus.mojo</groupId>
65-
<artifactId>clirr-maven-plugin</artifactId>
66-
<configuration>
67-
<skip>true</skip> <!-- TODO(gapic_upgrade): remove after first release -->
68-
</configuration>
69-
</plugin>
7063
</plugins>
7164
</build>
72-
</project>
65+
</project>

0 commit comments

Comments
 (0)