Skip to content

Commit b272cc9

Browse files
committed
Enable gradle properties, cause Gradle is super-hungry.
1 parent 77898f3 commit b272cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
/user.*
77
.gradle
88
target
9-
/gradle.properties
109
/jodd-bom/jodd-bom.txt.asc
1110

1211
.project
1312
.classpath
1413
.settings
1514
/.coveralls.yml
16-
build
15+
build

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.gradle.jvmargs=-Xms1g

0 commit comments

Comments
 (0)