Skip to content

Commit

Permalink
add back jitpack for oraxen library
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianvld committed Nov 7, 2020
1 parent d7d270c commit 2aab349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Enable "chair" mode to mound and dismount trophies as chairs

# Building
This plugin depends on [Oraxen](https://github.com/oraxen/Oraxen). To be able to build this project, place a compiled version of the plugin under `build/oraxen`, e.g. `build/oraxen/oraxen-1.58.0.jar`.
After adding the Oraxen dependency, simply build with gradle, as:
Simply build with gradle, as:
```bash
./gradlew build
```
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ repositories {

dependencies {
compileOnly spigot('1.16.1')
// implementation 'com.github.oraxen:Oraxen:-SNAPSHOT'
// implementation 'com.github.oraxen:Oraxen:fix~laura-fixes-cb960ca25d-1' // only version I have found that works
compileOnly fileTree('build/oraxen')
implementation 'com.github.oraxen:Oraxen:5b10acaf8a'
}

def getVersionName = { ->
Expand Down

0 comments on commit 2aab349

Please sign in to comment.