začátek
This commit is contained in:
+6
-5
@@ -8,7 +8,7 @@ plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = "com.crimsonwarpedcraft.exampleplugin"
|
||||
group = "dev.trixinity.eventmanager"
|
||||
|
||||
static def getTime() {
|
||||
SimpleDateFormat sdf = new SimpleDateFormat("yyMMdd-HHmm")
|
||||
@@ -65,14 +65,15 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
|
||||
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
|
||||
implementation 'io.papermc:paperlib:1.0.8'
|
||||
implementation 'com.sk89q.worldguard:worldguard-bukkit:7.0.9'
|
||||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
|
||||
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
|
||||
testImplementation 'io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
|
||||
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
Reference in New Issue
Block a user