centic9 commented on a change in pull request #275:
URL: https://github.com/apache/poi/pull/275#discussion_r742112507
##########
File path: build.gradle
##########
@@ -499,7 +533,9 @@ task allJavaDoc(type: Javadoc) {
}
-task jenkins(dependsOn: ['replaceVersion', subprojects.build,
'binDistZip','binDistTar','srcDistZip','srcDistTar']) {}
+task jenkins(dependsOn: ['replaceVersion', subprojects.build,
'binDistZip','binDistTar','srcDistZip','srcDistTar']) {
+ isCIBuild = true;
Review comment:
No, sorry for the confusion, it won't do harm except forcing "jenkins"
to be slower even when run locally :)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]