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 963d43f commit 672b1feCopy full SHA for 672b1fe
1 file changed
build.gradle.kts
@@ -38,20 +38,13 @@ dependencies {
38
implementation("org.bstats:bstats-bukkit:3.1.0")
39
implementation(project(":api"))
40
41
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
42
- testImplementation("org.junit.jupiter:junit-jupiter")
43
-
44
annotationProcessor("org.projectlombok:lombok:1.18.36")
45
}
46
47
tasks.shadowJar {
48
relocate("org.bstats", "${rootProject.group}.metrics")
49
50
51
-tasks.test {
52
- useJUnitPlatform()
53
-}
54
55
paper {
56
name = "Economist"
57
main = "net.thenextlvl.economist.EconomistPlugin"
0 commit comments