mirror of https://github.com/apache/jmeter.git
fix(deps): update dependency jacoco to v0.8.13
Validate Gradle Wrapper / Validation (push) Waiting to run
Details
CI / Matrix Preparation (push) Waiting to run
Details
CI / ${{ matrix.name }} (push) Blocked by required conditions
Details
CI / Error Prone (JDK 17) (push) Waiting to run
Details
Release Drafter / Update Release Draft (push) Waiting to run
Details
Validate Gradle Wrapper / Validation (push) Waiting to run
Details
CI / Matrix Preparation (push) Waiting to run
Details
CI / ${{ matrix.name }} (push) Blocked by required conditions
Details
CI / Error Prone (JDK 17) (push) Waiting to run
Details
Release Drafter / Update Release Draft (push) Waiting to run
Details
This commit is contained in:
parent
34b6eceefd
commit
c720992c79
|
|
@ -21,7 +21,7 @@ plugins {
|
|||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.8.12"
|
||||
toolVersion = "0.8.13"
|
||||
providers.gradleProperty("jacoco.version")
|
||||
.takeIf { it.isPresent }
|
||||
?.let { toolVersion = it.get() }
|
||||
|
|
|
|||
Loading…
Reference in New Issue