File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- # 4.12.4 (Upcoming)
6+
7+ ### BREAKING CHANGES
8+
9+ * NIL
10+
11+ ### Bug Fixes
12+
13+ * NIL
14+
15+ ### Features
16+
17+ * Release 4.13.0 [ #21 ] ( https://github.com/web3j/web3j-openapi-gradle-plugin/pull/21 )
18+
19+
20+ # 4.13.0 (2025-03-07)
721
822### BREAKING CHANGES
923
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ plugins {
1111}
1212
1313description = ' Gradle plugin providing tasks to generate Web3j-OpenAPI project from Solidity.'
14- sourceCompatibility = 17
1514
1615ext {
1716 web3jVersion = version
Original file line number Diff line number Diff line change 11group =org.web3j.openapi
2- version =4.12.3
2+ version =4.13.0
33kotlin.code.style =official
44kotlin.caching.enabled =true
55kotlin.incremental =true
Original file line number Diff line number Diff line change 11apply plugin : ' java'
22
3- sourceCompatibility = 17
4- targetCompatibility = 17
3+ java {
4+ sourceCompatibility = 17
5+ targetCompatibility = 17
6+ }
57
68compileJava {
79 options. compilerArgs << " -Xlint:unchecked" << " -Xlint:deprecation"
You can’t perform that action at this time.
0 commit comments