Update AdvancedAchievements dependency (closes #45)
This commit is contained in:
+1
-2
@@ -17,7 +17,6 @@ repositories {
|
|||||||
maven {
|
maven {
|
||||||
url 'https://raw.github.com/PyvesB/AdvancedAchievements/mvn-repo/'
|
url 'https://raw.github.com/PyvesB/AdvancedAchievements/mvn-repo/'
|
||||||
}
|
}
|
||||||
// for plugins without repos, namely mcmmo, votingplugin, and towny
|
|
||||||
maven {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
}
|
}
|
||||||
@@ -37,7 +36,7 @@ dependencies {
|
|||||||
exclude group: 'org.bukkit'
|
exclude group: 'org.bukkit'
|
||||||
}
|
}
|
||||||
implementation 'me.clip:placeholderapi:2.10.6'
|
implementation 'me.clip:placeholderapi:2.10.6'
|
||||||
implementation 'com.hm.achievement:advanced-achievements-api:1.1.0'
|
implementation 'com.github.pyvesb:advanced-achievements:6.7.2'
|
||||||
implementation('com.github.mcMMO-Dev:mcMMO:601297') {
|
implementation('com.github.mcMMO-Dev:mcMMO:601297') {
|
||||||
exclude group: 'com.sk89q.worldguard'
|
exclude group: 'com.sk89q.worldguard'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user