Skip to content

Commit

Permalink
chore: fix single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Dec 9, 2021
1 parent 2856c66 commit 5a58a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Expand Up @@ -91,7 +91,7 @@ subprojects {
}

tasks.withType<JavaExec> {
jvmArgs = ['-Xms4g', '-Xmx4g']
jvmArgs = listOf<String>("-Xms4g", "-Xmx4g")
}

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

0 comments on commit 5a58a30

Please sign in to comment.