summaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle
diff options
context:
space:
mode:
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