Skip to content

Commit 20b676f

Browse files
author
Vincent Royer
committed
update cqlsh driver
1 parent d383321 commit 20b676f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

distribution/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ configure(distributions) {
187187
from '../../server/cassandra/lib'
188188
include '*.zip'
189189
}
190+
191+
// copy the hacked cassandra-driver-internal-only-3.11.0-bb96859b.zip
192+
with copySpec {
193+
from '../../server/cassandra/lib2'
194+
include '*.zip'
195+
}
190196

191197
// Add dependency on cassandra-driver for UDF
192198
with copySpec {

0 commit comments

Comments
 (0)