Skip to content

Commit 4cef2b2

Browse files
committed
jacoco fix, snapshot version to 4.12.0
Signed-off-by: Nischal Sharma <[email protected]>
1 parent 561a883 commit 4cef2b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.11.4]() (Upcoming)
6+
# [4.12.0]() (Upcoming)
77

88
### Bug Fixes
99

@@ -15,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1515

1616
### BREAKING CHANGES
1717

18-
*
18+
* Upgrade gradle to 8.7 and remove Consensys Repo dependency [#2057](https://github.com/hyperledger/web3j/pull/2057)
1919

2020
# [4.11.3](https://github.com/hyperledger/web3j/releases/tag/v4.11.3) (2024-05-01)
2121

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.web3j
2-
version=4.11.4-SNAPSHOT
2+
version=4.12.0-SNAPSHOT

gradle/jacoco/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jacocoTestReport {
1515
dependsOn test
1616
reports {
1717
xml.required.set(true)
18-
html.required.set(true)
19-
csv.required.set(true)
18+
html.required.set(false)
19+
csv.required.set(false)
2020
xml.destination file("${buildDir}/reports/jacoco.xml")
2121
}
2222
}
@@ -29,6 +29,6 @@ sonarqube {
2929
}
3030

3131
jacoco {
32-
toolVersion = "0.8.8"
32+
toolVersion = "0.8.10"
3333
}
3434

0 commit comments

Comments
 (0)