This is an automated email from the ASF dual-hosted git repository.

pvary pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f11340bfa Flink: change defaultFlinkVersion back to 1.18 (#9625)
0f11340bfa is described below

commit 0f11340bfa6143ab85d16780149b5892c54f277c
Author: Rodrigo <[email protected]>
AuthorDate: Fri Feb 2 10:13:51 2024 -0800

    Flink: change defaultFlinkVersion back to 1.18 (#9625)
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index d4edeea0a9..ea857e7f27 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
 jmhOutputPath=build/reports/jmh/human-readable-output.txt
 jmhJsonOutputPath=build/reports/jmh/results.json
 jmhIncludeRegex=.*
-systemProp.defaultFlinkVersions=1.16,1.17,1.18
+systemProp.defaultFlinkVersions=1.18
 systemProp.knownFlinkVersions=1.16,1.17,1.18
 systemProp.defaultHiveVersions=2
 systemProp.knownHiveVersions=2,3

Reply via email to