Skip to content

Commit cf0d2f6

Browse files
committed
Update build.gradle
1 parent 8cbf7d5 commit cf0d2f6

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

build.gradle

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
141
apply from: "https://raw.githubusercontent.com/TheRandomLabs/Common-Gradle/master/build.gradle"
15-
apply plugin: "info.solidsoft.pitest"
162

173
group = "com.therandomlabs.curseapi.minecraft"
184
version = "1.0.0"
@@ -43,10 +29,3 @@ dependencies {
4329
}
4430
}
4531
} */
46-
47-
pitest {
48-
testPlugin = "junit5"
49-
threads = 4
50-
outputFormats = ["XML", "HTML"]
51-
timestampedReports = false
52-
}

0 commit comments

Comments
 (0)