From 8954cefaa610d33333217c01491a156cbc7aa904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Wed, 11 Oct 2023 18:01:02 +0200 Subject: [PATCH] Change gradle.properties for master branch (#15814) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a5336bd283fb..12195377130f 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.44.0 +version=3.45.0 # Default build profile profile=Java # Branch codename -codename=3.44.0 +codename=bleeding_edge # Run findbugs doFindbugs=false # Run animal sniffer to verify compatibility of API with actual Java version