Merge fix

This commit is contained in:
Oleg Agafonov 2023-12-01 14:26:09 +04:00
parent 11a19f9a43
commit aea49d3c2b

View file

@ -6,7 +6,7 @@ git:
depth: 3
submodules: false
before_install:
- echo "MAVEN_OPTS='-Xmx2g --illegal-access=deny'" > ~/.mavenrc
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
script:
- mvn test -B -Dlog4j.configuration=file:${TRAVIS_BUILD_DIR}/.travis/log4j.properties
cache: