matthiasblaesing commented on PR #5893: URL: https://github.com/apache/netbeans/pull/5893#issuecomment-1526053981
I'll look into this later, but at this point in time, you can trivially use an URL in binaries-list. We support three different sources: - download from osuosl (simple name entry) - download from maven central (groupid, artifactid, version, type seperated by colon) - download with a full url (URL + local filename) The final case was added because the gradle zip is not available from central: https://github.com/apache/netbeans/blob/690b4271020b307ec3a4bcb056230f7a01a955ae/extide/gradle/external/binaries-list#L18 This was already successfully tested when I updated the httpparser for example. I pushed the new http parser binary to my private server and then let github action download it from there. -- 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
