mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 14:40:40 +01:00
Github Actions: Build with Gradle 6.9
Use the `gradle/gradle-build-action` to build with a specified version of Gradle. In our case, let’s use Gradle 6.9.
This commit is contained in:
parent
4e4968ecb5
commit
dbbd1a8470
1 changed files with 4 additions and 1 deletions
5
.github/workflows/gradle.yml
vendored
5
.github/workflows/gradle.yml
vendored
|
@ -18,7 +18,10 @@ jobs:
|
|||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build with Gradle
|
||||
run: gradle build --stacktrace
|
||||
uses: gradle/gradle-build-action@v1
|
||||
with:
|
||||
gradle-version: 6.9
|
||||
arguments: build --stacktrace
|
||||
- name: Upload Test Results and Reports
|
||||
uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
|
|
Loading…
Add table
Reference in a new issue