-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] upgrade web3j plugins #8296
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Sally MacFarlane <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason not to go to 4.12.3?
@@ -12,8 +12,8 @@ | |||
*/ | |||
|
|||
plugins { | |||
id 'org.web3j' version '4.11.3' | |||
id 'org.web3j.solidity' version '0.4.1' | |||
id 'org.web3j' version '4.12.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id 'org.web3j' version '4.12.2' | |
id 'org.web3j' version '4.12.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes the gradle checkLicense task fails - I've asked the q in Besu discord https://discord.com/channels/905194001349627914/905205502940696607/1339482205839298612
@@ -1,7 +1,7 @@ | |||
|
|||
plugins { | |||
id 'org.web3j' version '4.11.3' | |||
id 'org.web3j.solidity' version '0.4.1' | |||
id 'org.web3j' version '4.12.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id 'org.web3j' version '4.12.2' | |
id 'org.web3j' version '4.12.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw your message about 4.12.3 in discord
also put link here for visibility |
AT job failed after 35 min https://github.com/hyperledger/besu/actions/runs/13321106889/job/37205785037?pr=8296
|
PR description
Related to #8295 - upgrade web3j plugin resolves more gradle deprecation warnings
Fixed Issue(s)
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests