File tree 1 file changed +3
-3
lines changed
invoker/function-maven-plugin/src/main/java/com/google/cloud/functions/plugin
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ public class DeployFunction extends CloudSdkMojo {
201
201
@ Parameter (alias = "deploy.envvarsfile" , property = "function.deploy.envvarsfile" )
202
202
String envVarsFile ;
203
203
/**
204
- * List of key-value pairs to set as build environment variables. All existing environment variables
205
- * will be removed first.
204
+ * List of key-value pairs to set as build environment variables. All existing environment
205
+ * variables will be removed first.
206
206
*/
207
207
@ Parameter (alias = "deploy.setbuildenvvars" , property = "function.deploy.setbuildenvvars" )
208
208
Map <String , String > buildEnvironmentVariables ;
@@ -220,7 +220,7 @@ boolean hasEnvVariables() {
220
220
boolean hasBuildEnvVariables () {
221
221
return (this .buildEnvironmentVariables != null && !this .buildEnvironmentVariables .isEmpty ());
222
222
}
223
-
223
+
224
224
// Select a downloaded Cloud SDK or a user defined Cloud SDK version.
225
225
static Function <String , ManagedCloudSdk > newManagedSdkFactory () {
226
226
return version -> {
You can’t perform that action at this time.
0 commit comments