-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Besu version to 24.8.0
- Loading branch information
1 parent
f74b98d
commit 94bf065
Showing
3 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,35 @@ | ||
## Copyright 2024, Usman Saleem. | ||
## SPDX-License-Identifier: (Apache-2.0 OR MIT) | ||
|
||
# Ignore Gradle project-specific cache directory | ||
.gradle | ||
**/build/ | ||
!src/**/build/ | ||
|
||
# Ignore Gradle build output directory | ||
build | ||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
.idea | ||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
|
||
# Avoid ignore Gradle wrappper properties | ||
!gradle-wrapper.properties | ||
|
||
# Cache of project | ||
.gradletasknamecache | ||
|
||
# Eclipse Gradle plugin generated files | ||
# Eclipse Core | ||
.project | ||
# JDT-specific (Eclipse Java Development Tools) | ||
.classpath | ||
|
||
# IntelliJ IDEA | ||
.idea/ | ||
|
||
# Mac | ||
.DS_Store | ||
|
||
# Ignore data and tokens in volume directory | ||
docker/volumes/data | ||
docker/volumes/tokens | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ or build it yourself. | |
|
||
```toml | ||
[versions] | ||
besu = "24.6.0" | ||
besu = "24.8.0" | ||
``` | ||
|
||
- Build the plugin: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters