From 38bd10b5f5c3c7190d522b9ae1d7cf212a258f5f Mon Sep 17 00:00:00 2001 From: Varun Jain Date: Thu, 21 Dec 2023 10:36:07 -0800 Subject: [PATCH] Updating BWC version to latest Signed-off-by: Varun Jain --- .github/workflows/backwards_compatibility_tests_workflow.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backwards_compatibility_tests_workflow.yml b/.github/workflows/backwards_compatibility_tests_workflow.yml index 0c21ccaa9..d3fce2698 100644 --- a/.github/workflows/backwards_compatibility_tests_workflow.yml +++ b/.github/workflows/backwards_compatibility_tests_workflow.yml @@ -15,7 +15,7 @@ jobs: matrix: java: [ 11, 17, 21 ] os: [ubuntu-latest,windows-latest] - bwc_version : ["2.9.0", "2.10.0", "2.11.0","2.12.0-SNAPSHOT"] + bwc_version : ["2.12.0-SNAPSHOT"] opensearch_version : [ "3.0.0-SNAPSHOT" ] # exclude: # - os: windows-latest diff --git a/gradle.properties b/gradle.properties index 242771ae4..464bb2806 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # version=2.0.0 -systemProp.bwc.version=2.11.0 +systemProp.bwc.version=2.12.0-SNAPSHOT # For fixing Spotless check with Java 17 org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \