Skip to content

Seednode accounting option is by command line, overrides UserPreferences. #2344

Seednode accounting option is by command line, overrides UserPreferences.

Seednode accounting option is by command line, overrides UserPreferences. #2344

Workflow file for this run

name: Build Bisq
on:
push:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [ '11', '11.0.3', '15', '15.0.5']
name: Test Java ${{ matrix.Java }}, ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: build --scan