Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
EssentialsX 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Feb 2, 2019
1 parent abfbad9 commit 5463a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ repositories {
}

maven {
name 'ess-repo'
url 'http://repo.ess3.net/content/groups/essentials'
name 'EssentialsX'
url 'https://ci.ender.zone/plugin/repository/everything'
}

maven {
Expand All @@ -60,7 +60,7 @@ dependencies {

// 3rd party plugins
compileOnly ('net.milkbowl.vault:VaultAPI:1.7') { transitive = false }
compileOnly('net.ess3:Essentials:2.13-SNAPSHOT') { transitive = false }
compileOnly ('net.ess3:EssentialsX:2.16.0') { transitive = false }
compileOnly files('lib/LocketteProAPI.jar')

// annotation processor
Expand Down

0 comments on commit 5463a11

Please sign in to comment.