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:
Sean Gilligan 2021-12-22 11:12:34 -08:00 committed by Andreas Schildbach
parent fe749281c6
commit 74c1c2228e

View File

@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: ['8', '11', '17']
distribution: ['temurin']
gradle: ['7.2']
gradle: ['7.3.2']
include:
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
- os: ubuntu-latest