Skip to content

Commit 5acc8b2

Browse files
committed
chore: fix single quote
1 parent 2856c66 commit 5acc8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ subprojects {
9191
}
9292

9393
tasks.withType<JavaExec> {
94-
jvmArgs = ['-Xms4g', '-Xmx4g']
94+
jvmArgs = ["-Xms4g", "-Xmx4g"]
9595
}
9696

9797
// Apply junit 5 and hamcrest test dependencies to all java projects.

0 commit comments

Comments
 (0)