Skip to content

Commit

Permalink
Fixing bwc test
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Dec 21, 2023
1 parent 38bd10b commit b794610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
java: [ 11, 17, 21 ]
os: [ubuntu-latest,windows-latest]
bwc_version : ["2.12.0-SNAPSHOT"]
bwc_version : ["2.11.0"]
opensearch_version : [ "3.0.0-SNAPSHOT" ]
# exclude:
# - os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

version=2.0.0
systemProp.bwc.version=2.12.0-SNAPSHOT
systemProp.bwc.version=2.11.0

# For fixing Spotless check with Java 17
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
Expand Down

0 comments on commit b794610

Please sign in to comment.