busbey commented on a change in pull request #88: YETUS-936 test-patch.sh does 
not do gradle
URL: https://github.com/apache/yetus/pull/88#discussion_r380854613
 
 

 ##########
 File path: precommit/src/main/shell/test-patch.d/gradle.sh
 ##########
 @@ -23,65 +23,47 @@ declare -a GRADLE_ARGS=()
 
 function gradle_usage
 {
-  yetus_add_option "--gradle-cmd=<cmd>" "The 'gradle' command to use (default 
'gradle')"
   yetus_add_option "--gradlew-cmd=<cmd>" "The 'gradlew' command to use 
(default 'basedir/gradlew')"
 }
 
 function gradle_parse_args
 {
-  local i
-
-  for i in "$@"; do
-    case ${i} in
-      --gradle-cmd=*)
-        delete_parameter "${i}"
-        GRADLE=${i#*=}
-      ;;
-      --gradlew-cmd=*)
 
 Review comment:
   usage above still claims we can pass a gradlew comand in. either remove it 
or add the handling back in here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to