mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-03 09:59:10 +00:00
Case insensitive fhir.txcache.rebuild
This commit is contained in:
parent
3210dd9c01
commit
3f7163b41b
@ -13,7 +13,7 @@ public class TestConfig {
|
||||
public static final String FHIR_TEST_CASES = "FHIR-TEST-CASES";
|
||||
|
||||
@Getter @Setter
|
||||
private boolean rebuildCache = System.getProperty(FHIR_TXCACHE_REBUILD) != null && "TRUE".equals(System.getProperty(FHIR_TXCACHE_REBUILD));
|
||||
private boolean rebuildCache = System.getProperty(FHIR_TXCACHE_REBUILD) != null && "TRUE".equalsIgnoreCase(System.getProperty(FHIR_TXCACHE_REBUILD));
|
||||
|
||||
@Getter @Setter
|
||||
private String txCacheDirectory = TestConstants.TX_CACHE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user