Skip to content

Commit 9d1247d

Browse files
committed
Revert "Work around Gradle incompatibility with gradle-pitest"
This reverts commit 185f445.
1 parent ac9fd21 commit 9d1247d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

webauthn-server-core/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ jar {
7777
pitest {
7878
pitestVersion = '1.4.11'
7979

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-
8480
timestampedReports = false
8581
outputFormats = ['XML', 'HTML']
8682

@@ -93,6 +89,3 @@ pitest {
9389
]
9490
}
9591

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

Comments
 (0)