mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
1109bafae0
Use java 14 to build the necessary artifacts. This is the most recent version which brings support for JavaFX 14, as well as a newer packager tool to build native applications.
16 lines
283 B
YAML
16 lines
283 B
YAML
language: java
|
|
jdk:
|
|
- openjdk14
|
|
|
|
cache:
|
|
directories:
|
|
- .git/lfs
|
|
git:
|
|
lfs_skip_smudge: true
|
|
|
|
install:
|
|
- git lfs pull
|
|
|
|
before_install:
|
|
grep -v '^#' assets/src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
|