nicoloboschi commented on a change in pull request #2850:
URL: https://github.com/apache/bookkeeper/pull/2850#discussion_r737693801
##########
File path: bin/common_gradle.sh
##########
@@ -155,7 +155,7 @@ is_released_binary() {
find_module_jar_at() {
DIR=$1
MODULE=$2
- REGEX="^${MODULE}.jar$"
+ REGEX="^${MODULE}-[0-9\\.]*((-[a-zA-Z]*(-[0-9]*)?)|(-SNAPSHOT))?.jar$"
Review comment:
I missed a commit, just pushed, now it both BK standalone and scripts
tests are working on my machine
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]