From 841eb03ce0e590cfed0b6e52206e3550069f9e93 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Wed, 29 Nov 2023 10:18:06 -0700 Subject: [PATCH] Upgrade to Gradle 8.5 --- generators/gradle/constants.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/gradle/constants.mjs b/generators/gradle/constants.mjs index 45ee3fc4c2e..e8824451a01 100644 --- a/generators/gradle/constants.mjs +++ b/generators/gradle/constants.mjs @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -export const GRADLE_VERSION = '8.4'; +export const GRADLE_VERSION = '8.5'; export const GRADLE = 'gradle'; export const GRADLE_DESCRIPTION = 'Gradle'; export const BUILD_DESTINATION_VALUE = 'build';