tempest
tempest copied to clipboard
Do not override existing `sqlite4java.library.path`
So that developers can override it
how would we use this during module installation?
how would we use this during module installation?
Good question! You'd be able to override it by calling System.setProperty("sqlite4java.library.path", "my-path") in a @BeforeAll
hook in the test