Skip to content

Commit

Permalink
bump build to Cassandra 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Dec 14, 2022
1 parent 5280467 commit 1db15a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- m2-{{ checksum "pom.xml" }}
- m2-

- run: (echo "${google_application_credentials}" > /tmp/gcp.json) && mvn -PsnapshotRepo,deb,rpm,cloudTests clean install -DoutputDirectory=/tmp/artifacts -Dcassandra.version=4.0.0
- run: (echo "${google_application_credentials}" > /tmp/gcp.json) && mvn -PsnapshotRepo,deb,rpm,cloudTests clean install -DoutputDirectory=/tmp/artifacts -Dcassandra.version=4.1.0

- save_cache:
paths:
Expand Down

0 comments on commit 1db15a1

Please sign in to comment.