Skip to content

Commit

Permalink
Increase max heap for dokka on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Aug 18, 2020
1 parent 66f9f40 commit e8aa819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Expand Up @@ -4,5 +4,7 @@ systemProp.file.encoding=UTF-8
org.gradle.parallel=true
org.gradle.workers.max=4
org.gradle.caching=true
# increase max heap for dokka on Java 11
org.gradle.jvmargs=-Xmx1024m
# Needed for https://github.com/gradle/gradle/issues/11412
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit e8aa819

Please sign in to comment.