mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
CI: Use official Gradle Build Action
This commit is contained in:
parent
e25c27ec99
commit
54d236ab67
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -29,16 +29,7 @@ jobs:
|
||||
java-version: ${{ matrix.java }}
|
||||
distribution: 'zulu'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Validate Gradle Wrapper JAR files
|
||||
uses: gradle/wrapper-validation-action@55e685c48d84285a5b0418cd094606e199cca3b6
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Print Dependency Verification Report
|
||||
if: ${{ failure() }}
|
||||
run: cat build/reports/dependency-verification/*/*.html
|
||||
shell: bash
|
||||
uses: gradle/gradle-build-action@v2.3.3
|
||||
with:
|
||||
arguments: build
|
||||
|
Loading…
Reference in New Issue
Block a user