File tree Expand file tree Collapse file tree
src/main/java/com/stripe/param Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- d6534f3d076849c4f6df1414d4c477334e431ffd
1+ 5a9ac40aabbc00a67ae2a186633fc8dd64b25c56
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ tasks.withType(JavaCompile) {
2929 }
3030
3131 options. fork = true
32- options. forkOptions. jvmArgs + = [' -Xms512M' , ' -Xmx1g ' ]
32+ options. forkOptions. jvmArgs + = [' -Xms512M' , ' -Xmx4g ' ]
3333
3434 options. release = project. targetCompatibility. majorVersion as Integer
3535
Original file line number Diff line number Diff line change @@ -633,10 +633,7 @@ public enum ApiVersion implements ApiRequestParams.EnumParam {
633633 VERSION_2025_09_30_CLOVER ("2025-09-30.clover" ),
634634
635635 @ SerializedName ("2025-10-29.clover" )
636- VERSION_2025_10_29_CLOVER ("2025-10-29.clover" ),
637-
638- @ SerializedName ("2025-11-17.clover" )
639- VERSION_2025_11_17_CLOVER ("2025-11-17.clover" );
636+ VERSION_2025_10_29_CLOVER ("2025-10-29.clover" );
640637
641638 @ Getter (onMethod_ = {@ Override })
642639 private final String value ;
You can’t perform that action at this time.
0 commit comments