Skip to content

Commit 5e4e7df

Browse files
committed
Rename to
1 parent 3dda3b4 commit 5e4e7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-testing/google-cloud-gcloud-maven-plugin/src/main/java/com/google/cloud/DownloadComponentsMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ public class DownloadComponentsMojo extends AbstractMojo {
7878
private boolean forceRefresh;
7979

8080
@Parameter(defaultValue = "false", required = true, property = "gcloud.download.skip")
81-
private boolean skip;
81+
private boolean shouldSkipDownload;
8282

8383
@Parameter(defaultValue = "${session}", readonly = true)
8484
private MavenSession session;
8585

8686
public void execute() throws MojoExecutionException {
87-
if (skip) {
87+
if (shouldSkipDownload) {
8888
return;
8989
}
9090

0 commit comments

Comments
 (0)