Skip to content

Commit

Permalink
Add vault as local dependency since repo seems to be down
Browse files Browse the repository at this point in the history
  • Loading branch information
Realizedd committed Aug 26, 2018
1 parent 49e67ce commit 4fe19ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ subprojects {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}

maven {
name 'vault-repo'
url 'http://nexus.hc.to/content/repositories/pub_releases'
}

maven {
name 'mvdw-repo'
url 'http://repo.mvdw-software.be/content/groups/public/'
Expand Down
2 changes: 1 addition & 1 deletion duels-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ processResources {

dependencies {
compile 'org.projectlombok:lombok:1.16.20'
compile 'net.milkbowl.vault:VaultAPI:1.6'
compile 'me.clip:placeholderapi:2.8.4'
compile('be.maximvdw:MVdWPlaceholderAPI:2.5.1-SNAPSHOT') { transitive = false }
compile 'com.sk89q:worldguard:6.1.1-SNAPSHOT'
compile name: 'Vault-1.6.7'
compile name: 'EssentialsX'
compile name: 'CombatTagPlus'
compile name: 'PvPManager'
Expand Down
Binary file added libs/Vault-1.6.7.jar
Binary file not shown.

0 comments on commit 4fe19ed

Please sign in to comment.