Skip to content

Commit

Permalink
revert: Commnted-out jvm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent 4859729 commit 258f20b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
jibVersion=3.3.2

# Marketing Version - Should be bumped up on each release
marketingVersion=1.0.0

org.gradle.jvmargs=-Xms4096m -Xmx4096m -XX:MaxPermSize=512m
org.gradle.configureondemand=true # use configure on demand
org.gradle.parallel=true # enable configuration of projects in parallel

0 comments on commit 258f20b

Please sign in to comment.