aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-08 13:44:40 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-08 13:45:29 +0000
commitcc345e02eee0a64c5b660112d82758362353ae8d (patch)
treec3c37bde22dcd1fc9319cc41b0b62dc42512dce3 /bukkit/build.gradle
parenta6ed842af70856c447524101240cbe598379c0fa (diff)
Add NuVotifier task type (closes #299)
Diffstat (limited to 'bukkit/build.gradle')
-rw-r--r--bukkit/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle
index 1d902773..551dd456 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -40,6 +40,8 @@ repositories {
maven { url = 'https://repo.bg-software.com/repository/api/' }
// VotingPlugin
maven { url = 'https://nexus.bencodez.com/repository/maven-public/'}
+ // NuVotifier
+ maven { url = 'https://repo.leonardobishop.com/releases/'}
mavenCentral()
}
@@ -105,6 +107,8 @@ dependencies {
compileOnly 'io.lumine:MythicLib:1.1.1'
// Slimefun4
compileOnly 'com.github.Slimefun:Slimefun4:RC-28'
+ // NuVotifier
+ compileOnly "com.vexsoftware:NuVotifier:2.7.3"
// bStats
implementation 'org.bstats:bstats-bukkit-lite:1.8'
// HikariCP