JaroslavTulach commented on a change in pull request #3443:
URL: https://github.com/apache/netbeans/pull/3443#discussion_r782951772
##########
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:
> @JaroslavTulach please can we get a `vsnetbeansrelease.json` for the
upcoming VSNetBeans release?
See https://github.com/apache/netbeans-jenkins-lib/pull/46 - I am
particularly afraid of duplicating the same data in two files for `12.5.0`,
`12.6.0`, etc. releases.
--
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