We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9fd21 commit 9d1247dCopy full SHA for 9d1247d
webauthn-server-core/build.gradle
@@ -77,10 +77,6 @@ jar {
77
pitest {
78
pitestVersion = '1.4.11'
79
80
- // Workaround to an incompatibility issue between Gradle and gradle-pitest
81
- // See https://github.com/szpak/gradle-pitest-plugin/issues/173
82
- testSourceSets.add(sourceSets.main)
83
-
84
timestampedReports = false
85
outputFormats = ['XML', 'HTML']
86
@@ -93,6 +89,3 @@ pitest {
93
89
]
94
90
}
95
91
96
-// Workaround to an incompatibility issue between Gradle and gradle-pitest
97
-// See https://github.com/szpak/gradle-pitest-plugin/issues/173
98
-task mainClasses {}
0 commit comments