Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 238 Bytes

faq.md

File metadata and controls

6 lines (4 loc) · 238 Bytes

Frequently Asked Questions

I can't build/test/package the project because of a PermGen space error.

Create a gradle.properties file in the project root directory with the following: org.gradle.jvmargs=-XX:MaxPermSize=1024m.