-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cameron Zemek
committed
Aug 9, 2018
1 parent
0e32457
commit d72ee89
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
$ git clone [email protected]:instaclustr/cassandra-sstable-tools.git | ||
$ cd cassandra-sstable-tools | ||
# Select the correct branch for major version (default is cassandra-3.11) | ||
$ git checkout cassandra-3.11 | ||
$ git checkout cassandra-2.2 | ||
$ ant | ||
``` | ||
|
||
You can compile against an older minor version with `-Dcassandra.version=<version>`. For example: | ||
|
||
``` | ||
$ ant -Dcassandra.version=3.11.2 | ||
$ ant -Dcassandra.version=2.2.11 | ||
``` | ||
|
||
However only the version specified in build.xml is officially supported, | ||
|