Skip to content

Commit

Permalink
Tweak build script
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Nov 16, 2023
1 parent 6976a82 commit 7e4d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/sql/qa/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ subprojects {

final String bwcVersionString = bwcVersion.toString()
tasks.register(bwcTaskName(bwcVersion), StandaloneRestIntegTestTask) {
useCluster cluster.get()
useCluster cluster
classpath = sourceSets.javaRestTest.runtimeClasspath + driverConfiguration
testClassesDirs = sourceSets.javaRestTest.output.classesDirs
systemProperty 'jdbc.driver.version', bwcVersionString
Expand Down

0 comments on commit 7e4d265

Please sign in to comment.