From 1619acd40f3d999d0dbf2c52cb32cbfaf24c7993 Mon Sep 17 00:00:00 2001 From: Marek Novotny Date: Mon, 19 Jun 2023 14:21:18 +0200 Subject: [PATCH] Change version and codename --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6cc937fe4782..aaf2cd586178 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,11 +8,11 @@ systemProp.org.gradle.internal.http.connectionTimeout=300000 systemProp.org.gradle.internal.http.socketTimeout=300000 # Increase Xmx to 1G to enable full build (otherwise OOMs when building hadoop jars) systemProp.org.gradle.jvmargs=-Xmx1024M -version=3.41.0 +version=3.42.0 # Default build profile profile=Java # Branch codename -codename=bleeding_edge +codename=3.42.0 # Run findbugs doFindbugs=false # Run animal sniffer to verify compatibility of API with actual Java version