Hi Eric,

Am Mittwoch, dem 15.03.2023 um 18:58 +0100 schrieb Eric Barboni:
> 
>  [Temporary use non maven dependencies for external dependencies] 
> 
> Or maybe we already have this.
> 

Actually we have a partial solution. Have a look here:

https://github.com/apache/netbeans/blob/master/extide/gradle/external/binaries-list

For some unknown reason gradle does not distribute the distribution zip
via maven central and so we need to download it directly.

You can't work around the checksum, but the build system tells you what
it would expect, and what it calculated, so you can trivially find the
right checksum by doing a priming build.

HTH

Matthias


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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



Reply via email to