File tree Expand file tree Collapse file tree
functions/pubsub/publish-message Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <parent >
2828 <groupId >com.google.cloud.samples</groupId >
2929 <artifactId >shared-configuration</artifactId >
30- <version >1.2.0 </version >
30+ <version >1.2.2 </version >
3131 </parent >
3232
3333 <properties >
34- <maven .compiler.target>11</maven .compiler.target>
35- <maven .compiler.source>11</maven .compiler.source>
34+ <!-- Change this to 25 in your workspace -->
35+ <maven .compiler.target>21</maven .compiler.target>
36+ <maven .compiler.source>21</maven .compiler.source>
3637 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3738 </properties >
3839
116117 <trimStackTrace >false</trimStackTrace >
117118 </configuration >
118119 </plugin >
120+ <plugin >
121+ <groupId >org.jacoco</groupId >
122+ <artifactId >jacoco-maven-plugin</artifactId >
123+ <version >0.8.14</version >
124+ <executions >
125+ <execution >
126+ <goals >
127+ <goal >prepare-agent</goal >
128+ </goals >
129+ </execution >
130+ <execution >
131+ <id >report</id >
132+ <phase >test</phase >
133+ <goals >
134+ <goal >report</goal >
135+ </goals >
136+ </execution >
137+ </executions >
138+ </plugin >
119139 </plugins >
120140 </build >
121141</project >
You can’t perform that action at this time.
0 commit comments