We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5a7f8 commit 9b91826Copy full SHA for 9b91826
.gitlab-ci.yml
@@ -289,7 +289,7 @@ build_tests:
289
CACHE_TYPE: "latestdep"
290
- GRADLE_TARGET: ":smokeTest"
291
CACHE_TYPE: "smoke"
292
- MAVEN_OPTS: "-Xms64M -Xmx512M -Dorg.slf4j.simpleLogger.defaultLogLevel=debug" # FIXME: Build :smokeTest build fails unless mvn debug logging is on
+ MAVEN_OPTS: "-Xms64M -Xmx512M"
293
294
script:
295
- *gitlab_base_ref_params
0 commit comments