From 99c9a1cd88216ce3a60f667982c93a6394aa4a05 Mon Sep 17 00:00:00 2001 From: Karim Taam Date: Thu, 21 Mar 2024 11:03:00 +0100 Subject: [PATCH] add version for test Signed-off-by: Karim Taam --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle.properties b/gradle.properties index 265507cea43f..c406511ab728 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,3 +14,5 @@ org.gradle.jvmargs=-Xmx4g \ --add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED # Could be moved to sonar properties after https://sonarsource.atlassian.net/browse/SONARGRADL-134 systemProp.sonar.gradle.skipCompile=true + +version=24.2.0-SNAPSHOT \ No newline at end of file