Skip to content

Commit 45540b9

Browse files
authored
Merge pull request #2072 from kaygorodov/document-required-java-version
Document the minimum required Java version for the target project to use Web3j as a dependency
2 parents 8646abe + 45efeb6 commit 45540b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ Java:
122122
</dependency>
123123
```
124124

125+
**Note:** The Web3j Java binaries are compiled using Java 17. Java 17 or a more recent version is required to use Web3j
126+
as a dependency.
127+
125128
Android:
126129

127130
```xml

0 commit comments

Comments
 (0)