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 8cbf7d5 commit cf0d2f6Copy full SHA for cf0d2f6
build.gradle
@@ -1,18 +1,4 @@
1
-buildscript {
2
- repositories {
3
- mavenCentral()
4
- }
5
-
6
- configurations.maybeCreate("pitest")
7
8
- dependencies {
9
- classpath "info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6"
10
- pitest "org.pitest:pitest-junit5-plugin:0.11"
11
12
-}
13
14
apply from: "https://raw.githubusercontent.com/TheRandomLabs/Common-Gradle/master/build.gradle"
15
-apply plugin: "info.solidsoft.pitest"
16
17
group = "com.therandomlabs.curseapi.minecraft"
18
version = "1.0.0"
@@ -43,10 +29,3 @@ dependencies {
43
29
}
44
30
45
31
} */
46
47
-pitest {
48
- testPlugin = "junit5"
49
- threads = 4
50
- outputFormats = ["XML", "HTML"]
51
- timestampedReports = false
52
0 commit comments