Skip to content

Commit 17a3892

Browse files
author
Felix Müller
committed
1 parent 1e4687f commit 17a3892

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build_starter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build#2
1+
build#1.0

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
machine:
2+
java:
3+
version: oraclejdk8
24
environment:
5+
# Java options
6+
JAVA_OPTS: "-Xms512m -Xmx2048m"
37
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
48

59
dependencies:

0 commit comments

Comments
 (0)