File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
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.14.0 (2025-03-07 )
6+ # 4.14.0 (2025-04-11 )
77
88### BREAKING CHANGES
99
@@ -15,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1515
1616### Features
1717
18- * Release 4.13 .0 [ # 21 ] ( https://github.com/web3j/web3j-openapi-gradle-plugin/pull/21 )
18+ * Release 4.14 .0 [ # 23 ] ( https://github.com/LFDT- web3j/web3j-openapi-gradle-plugin/pull/23 )
1919
2020
2121# 4.13.0 (2025-03-07)
@@ -31,6 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3131### Features
3232
3333* Release 4.12.3 and bump version to 4.12.4 [ #18 ] ( https://github.com/web3j/web3j-openapi-gradle-plugin/pull/18 )
34+ * Release 4.13.0 [ #21 ] ( https://github.com/web3j/web3j-openapi-gradle-plugin/pull/21 )
3435
3536# 4.12.3 (2024-12-27)
3637
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Maintainers
66| Name | GitHub | Chat |
77| ----------------| --------| -----|
88| Conor Svensson | [ conor10] [ conor10 ] | conor10 |
9- | Andrii | [ andrii-kl] [ andrii-kl ] | andrii-kl |
109| George Ţebrean | [ gtebrean] [ gtebrean ] | gdev #2230 |
1110| Nischal Sharma | [ NickSneo] [ NickSneo ] | nicks1106 |
1211
@@ -15,7 +14,6 @@ Maintainers
1514[ conor10 ] : https://github.com/conor10
1615[ gtebrean ] : https://github.com/gtebrean
1716[ NickSneo ] : https://github.com/NickSneo
18- [ andrii-kl ] : https://github.com/andrii-kl
1917
2018
2119
@@ -24,5 +22,7 @@ Maintainers
2422| Name | GitHub | Chat |
2523| ------| ------------------| ------|
2624| Christian Felde | [ cfelde] [ cfelde ] | cfelde |
25+ | Andrii | [ andrii-kl] [ andrii-kl ] | andrii-kl |
2726
2827[ cfelde ] : https://github.com/cfelde
28+ [ andrii-kl ] : https://github.com/andrii-kl
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ repositories {
4848dependencies {
4949 implementation " org.web3j:web3j-gradle-plugin:$web3jVersion "
5050 implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion "
51+ implementation " org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlinVersion "
5152 implementation " org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:$kotlinVersion "
5253 implementation " gradle.plugin.org.hidetake:gradle-swagger-generator-plugin:$swaggerGenVersion "
5354 implementation " io.swagger.core.v3:swagger-gradle-plugin:$swaggerVersion "
Original file line number Diff line number Diff line change 11group =org.web3j.openapi
2- version =4.13 .0
2+ version =4.14 .0
33kotlin.code.style =official
44kotlin.caching.enabled =true
55kotlin.incremental =true
66org.gradle.caching =true
77org.gradle.parallel =true
8- kotlinVersion =1.9.24
8+ kotlinVersion =2.1.0
99junitVersion =5.9.3
1010swaggerGenVersion =2.19.2
1111swaggerVersion =2.2.23
You can’t perform that action at this time.
0 commit comments