Skip to content

Commit f829b6f

Browse files
committed
Sync documentation of main branch
1 parent c4ef710 commit f829b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_versions/main/guides/gradle-tooling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,10 +798,10 @@ plugins {
798798
799799
quarkus {
800800
buildForkOptions {
801-
maxHeapSize = '2g'
801+
maxHeapSize = "2g"
802802
}
803803
codeGenForkOptions {
804-
maxHeapSize = '128m'
804+
maxHeapSize = "128m"
805805
}
806806
}
807807
----

0 commit comments

Comments
 (0)