You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/funcTest/groovy/info/solidsoft/gradle/pitest/functional/AbstractPitestFunctionalSpec.groovy
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ abstract class AbstractPitestFunctionalSpec extends IntegrationSpec {
15
15
voidsetup() {
16
16
fork =true//to make stdout assertion work with Gradle 2.x - http://forums.gradle.org/gradle/topics/unable-to-catch-stdout-stderr-when-using-tooling-api-i-gradle-2-x#reply_15357743
17
17
memorySafeMode =true//shutdown Daemon after a few seconds of inactivity
18
+
enableConfigurationCache() // Create gradle.properties file with configuration cache enabled
Copy file name to clipboardExpand all lines: src/funcTest/groovy/info/solidsoft/gradle/pitest/functional/PitestPluginGradleVersionFunctionalSpec.groovy
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ class PitestPluginGradleVersionFunctionalSpec extends AbstractPitestFunctionalSp
0 commit comments