mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
GitHub Actions: upgrade to Gradle 7
This commit is contained in:
parent
41cc820ab5
commit
8708f08b1b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
java: [ '8', '11']
|
||||
distribution: ['temurin']
|
||||
gradle: ['6.9']
|
||||
gradle: ['7.2']
|
||||
fail-fast: false
|
||||
name: JAVA ${{ matrix.distribution }} ${{ matrix.java }} OS ${{ matrix.os }} Gradle ${{ matrix.gradle }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue