9393 # Defines the location of the custom executable Gradle binary.
9494 #
9595 # If not provided, then the Gradle binary available in the working directory will be used.
96- # If no Gradle binary found in the working dir, then Gradle 7.5.1 will be downloaded and used.
96+ # If no Gradle binary found in the working dir, then Gradle 7.6.4 will be downloaded and used.
9797 #
9898 # **Note!** Either `jdkVersion` or `jdkPath` will be used to define `JAVA_HOME` environment variable for the custom
9999 # Gradle.
@@ -102,7 +102,7 @@ build:
102102
103103 # Defines the location of the custom executable Maven binary.
104104 #
105- # If not provided, then Maven 3.8.8 will be downloaded and used.
105+ # If not provided, then Maven 3.9.9 will be downloaded and used.
106106 #
107107 # **Note!** Either `jdkVersion` or `jdkPath` will be used to define `JAVA_HOME` environment variable for the custom
108108 # Maven.
@@ -114,7 +114,7 @@ build:
114114
115115 # Defines the location of the custom executable Maven Daemon binary.
116116 #
117- # If not provided, then Maven Daemon 0.9.0 will be downloaded and used.
117+ # If not provided, then Maven Daemon 1.0.2 will be downloaded and used.
118118 #
119119 # **Note!** Either `jdkVersion` or `jdkPath` will be used to define `JAVA_HOME` environment variable for the custom
120120 # Maven Daemon.
@@ -971,9 +971,9 @@ The chosen version will be downloaded by Garden and used to define `JAVA_HOME` e
971971
972972To use an arbitrary JDK distribution, please use the `jdkPath` configuration option.
973973
974- | Type | Allowed Values | Default | Required |
975- | -------- | ----------------- | ------- | -------- |
976- | `number` | 8, 11, 13, 17, 21 | `11` | Yes |
974+ | Type | Allowed Values | Default | Required |
975+ | -------- | --------------------- | ------- | -------- |
976+ | `number` | 8, 11, 13, 17, 21, 23 | `11` | Yes |
977977
978978# ## `build.jdkPath`
979979
@@ -1032,7 +1032,7 @@ Specify the image format in the resulting tar file. Only used if `tarOnly: true`
10321032Defines the location of the custom executable Gradle binary.
10331033
10341034If not provided, then the Gradle binary available in the working directory will be used.
1035- If no Gradle binary found in the working dir, then Gradle 7.5.1 will be downloaded and used.
1035+ If no Gradle binary found in the working dir, then Gradle 7.6.4 will be downloaded and used.
10361036
10371037**Note!** Either `jdkVersion` or `jdkPath` will be used to define `JAVA_HOME` environment variable for the custom Gradle.
10381038To ensure a system JDK usage, please set `jdkPath` to `${local.env.JAVA_HOME}`.
@@ -1047,7 +1047,7 @@ To ensure a system JDK usage, please set `jdkPath` to `${local.env.JAVA_HOME}`.
10471047
10481048Defines the location of the custom executable Maven binary.
10491049
1050- If not provided, then Maven 3.8.8 will be downloaded and used.
1050+ If not provided, then Maven 3.9.9 will be downloaded and used.
10511051
10521052**Note!** Either `jdkVersion` or `jdkPath` will be used to define `JAVA_HOME` environment variable for the custom Maven.
10531053To ensure a system JDK usage, please set `jdkPath` to `${local.env.JAVA_HOME}`.
@@ -1072,7 +1072,7 @@ Defines the Maven phases to be executed during the Garden build step.
10721072
10731073Defines the location of the custom executable Maven Daemon binary.
10741074
1075- If not provided, then Maven Daemon 0.9.0 will be downloaded and used.
1075+ If not provided, then Maven Daemon 1.0.2 will be downloaded and used.
10761076
10771077**Note!** Either `jdkVersion` or `jdkPath` will be used to define `JAVA_HOME` environment variable for the custom Maven Daemon.
10781078To ensure a system JDK usage, please set `jdkPath` to `${local.env.JAVA_HOME}`.
0 commit comments