File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
- # [ 4.14.0] ( ) (Upcoming)
6
+ # [ 4.14.1] ( ) (Upcoming)
7
+
8
+ ### Bug Fixes
9
+
10
+ * Update maintainers [ #99 ] ( https://github.com/LFDT-web3j/web3j-gradle-plugin/pull/99 )
11
+
12
+ ### Features
13
+
14
+ *
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ *
19
+
20
+ # [ 4.14.0] ( https://github.com/LFDT-web3j/web3j-gradle-plugin/releases/tag/v4.14.0 ) (2025-04-10)
7
21
8
22
### Bug Fixes
9
23
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Maintainers
6
6
| Name | GitHub | Chat |
7
7
| ----------------| --------| -----|
8
8
| Conor Svensson | [ conor10] [ conor10 ] | conor10 |
9
- | Andrii | [ andrii-kl] [ andrii-kl ] | andrii-kl |
10
9
| George Ţebrean | [ gtebrean] [ gtebrean ] | gdev #2230 |
11
10
| Nischal Sharma | [ NickSneo] [ NickSneo ] | nicks1106 |
12
11
@@ -24,5 +23,7 @@ Maintainers
24
23
| Name | GitHub | Chat |
25
24
| ------| ------------------| ------|
26
25
| Christian Felde | [ cfelde] [ cfelde ] | cfelde |
26
+ | Andrii | [ andrii-kl] [ andrii-kl ] | andrii-kl |
27
27
28
28
[ cfelde ] : https://github.com/cfelde
29
+ [ andrii-kl ] : https://github.com/andrii-kl
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ run independently.
9
9
10
10
To configure the Web3j Gradle Plugin using the plugins DSL or the legacy plugin application,
11
11
check the [ plugin page] ( https://plugins.gradle.org/plugin/org.web3j ) .
12
- The minimum Gradle version to run the plugin is ` 5 .+` .
12
+ The minimum Gradle version to run the plugin is ` 7 .+` .
13
13
14
14
Then run your project containing Solidity contracts:
15
15
You can’t perform that action at this time.
0 commit comments