Skip to content

Commit 5b80e2e

Browse files
committed
add dependency on worldguardwrapper
1 parent f98585d commit 5b80e2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ plugins {
1515
shadowJar {
1616
relocate 'cloud.commandframework', 'us.mcparks.showscript.cloud.commandframework'
1717
relocate 'co.aikar.timings.lib', 'us.mcparks.showscript.aikar.timings.lib'
18+
relocate 'org.codemc.worldguardwrapper', 'us.mcparks.showscript.codemc.worldguardwrapper'
1819
}
1920

2021
sourceSets {
@@ -63,6 +64,11 @@ repositories {
6364
url = uri('https://repo.aikar.co/nexus/content/groups/aikar/')
6465
}
6566

67+
// codemc - worldguardwrapper
68+
maven {
69+
url = uri('https://repo.codemc.org/repository/maven-public/')
70+
}
71+
6672
}
6773

6874
dependencies {
@@ -78,6 +84,7 @@ dependencies {
7884
implementation "net.kyori:adventure-platform-bukkit:4.3.0"
7985
implementation "commons-io:commons-io:2.16.1"
8086
implementation "co.aikar:minecraft-timings:1.0.4"
87+
implementation "org.codemc.worldguardwrapper:worldguardwrapper:1.2.1-SNAPSHOT"
8188

8289
}
8390

0 commit comments

Comments
 (0)