Hi, I added function that set tmp directory using EmbeddedCassandra annotation.
The default setting create tmp directory under target/embeddedCassandra directory.
However, It can not be changed using EmbeddedCassandra annotation.
If I used Gradle, I'm happy that tmp directory will be created under build/embeddedCassandra directory.
So, I added this function.
Hi, I added function that set tmp directory using EmbeddedCassandra annotation.
The default setting create tmp directory under
target/embeddedCassandra
directory. However, It can not be changed using EmbeddedCassandra annotation. If I used Gradle, I'm happy that tmp directory will be created underbuild/embeddedCassandra
directory. So, I added this function.Please check this pull request. Thank you.