mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
It doesn't actually work to build fat executable jars because we always have bouncycastle jars that need to exist outside of the fat jar. This change drops building fat jars altogether in favor of using Gradle's built-in `application` plugin to write simple scripts that invoke java with the correct classpath against a directory of all dependencies (including bouncycastle) without the need to have a fat jar in the mix. Essentially, you should now run: ./gradlew build ./build/app/bin/bisq-desktop [options] Instead of `java -jar build/libs/bisq-desktop.jar`. See updated doc/build.md for details. |
||
---|---|---|
.. | ||
rpc_regtest | ||
bisq-sn.cron.sh | ||
bisq.conf | ||
build.md | ||
CONTRIBUTING.md | ||
install_on_unix.sh | ||
install_on_unix_fin.sh | ||
modena.css | ||
policy-file-setup.md | ||
protobuffer.md | ||
rpc.md | ||
ui-development-notes.md | ||
update_fork_bitcoinj.sh |