Skip to content

Commit

Permalink
chore: remove unsupported jvm args
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Feb 24, 2023
1 parent 875dcb7 commit 031f9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.configureondemand=true
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.vfs.watch=true
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
# versions
jdkVersion=11
detektVersion=1.20.0
Expand Down

0 comments on commit 031f9ca

Please sign in to comment.