File tree 3 files changed +21
-4
lines changed
3 files changed +21
-4
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.12.4 ] ( ) (Upcoming)
6
+ # [ 4.13.1 ] ( ) (Upcoming)
7
7
8
8
### Bug Fixes
9
9
@@ -13,6 +13,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
13
14
14
*
15
15
16
+ ### BREAKING CHANGES
17
+
18
+ *
19
+
20
+ # [ 4.13.0] ( https://github.com/hyperledger-web3j/web3j-gradle-plugin/releases/tag/v4.13.0 ) (2024-03-07)
21
+
22
+ ### Bug Fixes
23
+
24
+ *
25
+
26
+ ### Features
27
+
28
+ * Upgrade to Web3j 4.13.0 and release web3j gradle plugin 4.13.0 [ #97 ] ( https://github.com/hyperledger-web3j/web3j-gradle-plugin/pull/97 )
29
+
30
+
16
31
### BREAKING CHANGES
17
32
18
33
*
Original file line number Diff line number Diff line change 1
1
group =org.web3j
2
- version =4.12.3
2
+ version =4.13.0
3
3
org.gradle.caching =true
4
4
org.gradle.parallel =true
5
5
solidityPluginVersion =0.5.2
Original file line number Diff line number Diff line change 1
1
apply plugin : ' java'
2
2
3
- sourceCompatibility = 17
4
- targetCompatibility = 17
3
+ java {
4
+ sourceCompatibility = 17
5
+ targetCompatibility = 17
6
+ }
5
7
6
8
compileJava {
7
9
options. compilerArgs << " -Xlint:unchecked" << " -Xlint:deprecation"
You can’t perform that action at this time.
0 commit comments