We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bc032 commit f3fe2ceCopy full SHA for f3fe2ce
1 file changed
invoker/core/pom.xml
@@ -165,6 +165,8 @@
165
<archive>
166
<manifest>
167
<mainClass>com.google.cloud.functions.invoker.runner.Invoker</mainClass>
168
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
169
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
170
</manifest>
171
</archive>
172
</configuration>
@@ -184,4 +186,4 @@
184
186
</plugin>
185
187
</plugins>
188
</build>
-</project>
189
+</project>
0 commit comments