We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4687f commit 17a3892Copy full SHA for 17a3892
build_starter.txt
@@ -1 +1 @@
1
-build#2
+build#1.0
circle.yml
@@ -1,5 +1,9 @@
machine:
2
+ java:
3
+ version: oraclejdk8
4
environment:
5
+ # Java options
6
+ JAVA_OPTS: "-Xms512m -Xmx2048m"
7
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
8
9
dependencies:
0 commit comments