Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 1dd41c3

Browse files
authored
Update README.md
1 parent 9c252b0 commit 1dd41c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ properties will not change once a Cassandra instance is started.
4141
This library aims to be minimal and manages only the lifecycle of the Cassandra server during testing; it does not
4242
run initialization scripts or clean the database between tests, because you can do those things yourself.
4343

44-
> If you abort a test or run two tests both of which start the server, you may be faced with a `FileAlreadyExistsException`. That is because of [this bug](https://github.com/jsevellec/cassandra-unit/issues/319).
44+
> If you abort a test or run two tests both of which start the server, you may be faced with a `FileAlreadyExistsException`. That is because of [this bug](https://github.com/jsevellec/cassandra-unit/issues/319). If using Maven, `clean` goal will delete the temporary directory; if using Gradle, you can either delete the `target` directory manually, or [add it to the Gradle `clean` task](https://stackoverflow.com/a/29813360/839733).
4545
## Contribute
4646

4747
This project is a volunteer effort. You are welcome to send pull requests, ask questions, or create issues.

0 commit comments

Comments
 (0)