Skip to content

Commit

Permalink
Try removing default
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed May 14, 2024
1 parent 951f4ab commit e0191ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: 'java'
apply plugin: 'io.freefair.lombok'
apply plugin: 'com.wiredforcode.spawn'

String baseVersion = System.getProperty("tests.bwc.version", "2.15.0")
String baseVersion = System.getProperty("tests.bwc.version")
String bwcVersion = baseVersion + ".0";
String baseName = "sqlBwcCluster"
String bwcFilePath = "src/test/resources/bwc/"
Expand Down

0 comments on commit e0191ef

Please sign in to comment.