Skip to content

Commit 7698f27

Browse files
committed
Upgrade Gradle and its plugins
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
1 parent f60fe03 commit 7698f27

File tree

10 files changed

+441
-551
lines changed

10 files changed

+441
-551
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Update discovery library to 25.4.0 [#8635](https://github.com/hyperledger/besu/pull/8635)
1212
- Increase default target-gas-limit to 60M for Ephemery [#8622](https://github.com/hyperledger/besu/pull/8622)
1313
- Estimate gas on pending block by default [#8627](https://github.com/hyperledger/besu/pull/8627)
14+
- Upgrade Gradle to 8.14 and related plugins [#8638](https://github.com/hyperledger/besu/pull/8638)
1415

1516
## 25.5.0
1617
### Breaking Changes

acceptance-tests/tests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
*/
1313

1414
plugins {
15-
id 'org.web3j' version '4.12.2'
16-
id 'org.web3j.solidity' version '0.5.2'
15+
id 'org.web3j' version '4.14.0'
16+
id 'org.web3j.solidity' version '0.6.0'
1717
}
1818

1919
web3j { generatedPackageName = 'org.hyperledger.besu.tests.web3j.generated' }

acceptance-tests/tests/shanghai/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
plugins {
3-
id 'org.web3j' version '4.12.2'
4-
id 'org.web3j.solidity' version '0.5.2'
3+
id 'org.web3j' version '4.14.0'
4+
id 'org.web3j.solidity' version '0.6.0'
55
}
66

77
jar { enabled = true }

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* SPDX-License-Identifier: Apache-2.0
1414
*/
1515

16-
1716
import com.github.jk1.license.filter.LicenseBundleNormalizer
1817
import groovy.transform.CompileStatic
1918
import groovy.transform.Memoized
@@ -23,15 +22,15 @@ import java.text.SimpleDateFormat
2322
import java.util.regex.Pattern
2423

2524
plugins {
26-
id 'com.diffplug.spotless' version '7.0.2'
25+
id 'com.diffplug.spotless' version '7.0.3'
2726
id 'com.github.jk1.dependency-license-report' version '2.9'
2827
id 'com.jfrog.artifactory' version '5.2.5'
29-
id 'me.champeau.jmh' version '0.7.2' apply false
30-
id 'net.ltgt.errorprone' version '4.1.0'
28+
id 'me.champeau.jmh' version '0.7.3' apply false
29+
id 'net.ltgt.errorprone' version '4.2.0'
3130
id 'maven-publish'
3231
id 'jacoco'
3332
id 'jacoco-report-aggregation'
34-
id 'org.sonarqube' version '6.0.1.5171'
33+
id 'org.sonarqube' version '6.2.0.5505'
3534
}
3635

3736
sonarqube {

ethereum/evmtool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
plugins {
18-
id 'org.graalvm.buildtools.native' version '0.10.2'
18+
id 'org.graalvm.buildtools.native' version '0.10.6'
1919
}
2020

2121
apply plugin: 'java-library'

gradle/verification-metadata.xml

Lines changed: 424 additions & 533 deletions
Large diffs are not rendered by default.

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)