tempest icon indicating copy to clipboard operation
tempest copied to clipboard

Do not override existing `sqlite4java.library.path`

Open zhxnlai opened this issue 3 years ago • 2 comments

So that developers can override it

zhxnlai avatar Sep 15 '21 18:09 zhxnlai

how would we use this during module installation?

haoliusq avatar Sep 15 '21 18:09 haoliusq

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

zhxnlai avatar Sep 15 '21 20:09 zhxnlai