upthewaterspout commented on a change in pull request #7494:
URL: https://github.com/apache/geode/pull/7494#discussion_r836661908
##########
File path: geode-assembly/build.gradle
##########
@@ -524,6 +523,7 @@ distributions {
from { project(':extensions:geode-modules-assembly').distTcServer30 }
from { project(':extensions:geode-modules-assembly').distTomcat }
from { project(':extensions:geode-modules-assembly').distAppServer }
+ from { project(':geode-for-redis').distZip }
Review comment:
Well, those other jobs just above this one like `distTomcat`,
`distAppServer` etc. produce zip files. So I was trying to match the archive
format of all of the other stuff in this modules directory. Make sense?
--
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]