pkumar-singh opened a new issue #2840: URL: https://github.com/apache/bookkeeper/issues/2840
**BUG REPORT** ***Describe the bug*** When built using gradle path of the libs changes from target/ to build/libs/. Therefore, script does not find jar files and tries to run mvn package. ***To Reproduce*** 1. . Build using gradle `./gradlew build -x test -x checkstyleMain -x checkstyleTest -x spotbugsTest -x spotbugsMain -x rat -x signDistTar` 2. Try and run `bin/bookkeeper standalone` Couldn't find module '(org.apache.bookkeeper-)?bookkeeper-server' jar. Do you want me to run `mvn package -DskipTests` for you ? (y|n) y ***Expected behavior*** Write a separate script for gradle with correct path for libs for gradle. If jars not found in build/libs then. Script should create those jars. -- 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]
