Skip to content

Commit

Permalink
forcing parallel in the root project
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Jun 19, 2023
1 parent 68fe24b commit ec3d7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1g -XX:+UseParallelGC
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class InfoGradleProcessPluginTest {
fun testOutputIsGeneratedWhenPluginIsAppliedWithJvmGCArgsAndKotlinGCJvm() {
testProjectDir.newFile("gradle.properties").writeText(
"""
org.gradle.jvmargs=-Xmx758m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx756m -XX:+UseParallelGC
""".trimIndent()
)
createBuildGradle()
Expand Down

0 comments on commit ec3d7fb

Please sign in to comment.