Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CNDB-11508: Enables access to FileTime private field
When running tests with JDK17 we see NoClassDefFoundError when trying to instante org.apache.cassandra.Util class due caused by getSupportedMTimeGranularity trying to access a private field. This patch modified the build configuration to add a jvm option allowing that access.
- Loading branch information