mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
Github Actions: update Gradle to 7.3.2
Notable changes: * Gradle 7.3 is the first Gradle release to officially support JDK 17 * Gradle 7.3.2 includes log4j mitigations to protect against build dependencies pulling in the bad log4j.
This commit is contained in:
parent
fe749281c6
commit
74c1c2228e
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
java: ['8', '11', '17']
|
java: ['8', '11', '17']
|
||||||
distribution: ['temurin']
|
distribution: ['temurin']
|
||||||
gradle: ['7.2']
|
gradle: ['7.3.2']
|
||||||
include:
|
include:
|
||||||
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
|
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user