You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2022/07/26 21:11:00 UTC

[beam-starter-java] branch main updated: Fix gradle command

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git


The following commit(s) were added to refs/heads/main by this push:
     new f582596  Fix gradle command
     new 7830be0  Merge pull request #16 from davidcavazos/patch-1
f582596 is described below

commit f582596c708143de4c2f6e313f4f786f6c55fa67
Author: David Cavazos <dc...@google.com>
AuthorDate: Mon Jul 25 14:13:36 2022 -0700

    Fix gradle command
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2aed355..083abf4 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ A basic Gradle setup consists of a [`build.gradle`](build.gradle) file written i
 gradle run
 
 # To run passing command line arguments.
-gradle run -Pargs=--inputText="🎉"
+gradle run --args=--inputText="🎉"
 
 # To run the tests.
 gradle test --info