neilcsmith-net commented on a change in pull request #3443:
URL: https://github.com/apache/netbeans/pull/3443#discussion_r782299342



##########
File path: nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java
##########
@@ -114,9 +114,9 @@ public void execute() throws BuildException {
         } catch (ParseException | IOException ex) {
             throw new BuildException(ex);
         }
-        
+
         // remove empty api doc 
-        ri.removeIf(e -> e.apidocurl.isEmpty());
+        //ri.removeIf(e -> e.apidocurl.isEmpty());

Review comment:
       I just spent 15min looking for the build issue that @JaroslavTulach had 
with older VSNetBeans release to realise it's already covered by this change! 
:smile:




-- 
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]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to