Skip to content

Commit

Permalink
feat(TDI-2203) cancel debug
Browse files Browse the repository at this point in the history
  • Loading branch information
acatoire committed Oct 6, 2023
1 parent 9926016 commit c427e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DEFAULT_RUNTIME_VERSION="1.62.0-SNAPSHOT"
DEFAULT_CONNECTORS_VERSION="1.41.0"

# To debug the component server java, you can uncomment the following line
_JAVA_DEBUG_PORT="5005"
# _JAVA_DEBUG_PORT="5005"

[ -z ${1+x} ] && printf 'Parameter "runtime_version" not given use default value: %s\n' $DEFAULT_RUNTIME_VERSION
[ -z ${2+x} ] && printf 'Parameter "connectors_version" not given use default value: %s\n' $DEFAULT_CONNECTORS_VERSION
Expand Down

0 comments on commit c427e48

Please sign in to comment.