Upgrade Pants to 1.8.0rc0 (#876)

This commit is contained in:
Yi Cheng 2018-06-22 13:54:26 -07:00 committed by GitHub
parent 0d11bfc86b
commit f977570ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -2,7 +2,7 @@
local_artifact_cache: %(pants_bootstrapdir)s/artifact_cache
[GLOBAL]
pants_version: 1.2.1
pants_version: 1.8.0rc0
[cache]
read_from: ["%(local_artifact_cache)s"]
@ -23,17 +23,15 @@ platforms: {
'java8': {'source': '8', 'target': '8', 'args': [] },
}
[compile.scalafmt]
skip: True
[compile.zinc]
jvm_options: [
'-Xss10M', '-Xms5500m', '-Xmx5500m', '-XX:MaxMetaspaceSize=512m', '-XX:+UseParallelOldGC', '-XX:ParallelGCThreads=4',
'-XX:NewSize=2000m', '-XX:NewRatio=2', '-XX:SurvivorRatio=8',
# TODO: Remove after https://github.com/pantsbuild/pants/issues/4477 is pulled in.
'-Dzinc.analysis.cache.limit=5000',
]
[resolver]
resolver: coursier
[test.junit]
jvm_options = ['-Xmx2048m']
jvm_options = ['-Xmx2048m']