Skip to content

Commit

Permalink
Added file tab completion to setsrc/setdest (#1).
Browse files Browse the repository at this point in the history
Moved command code to core project.
Added configuration option to disable file tab completion.
  • Loading branch information
dscalzi committed Dec 6, 2018
1 parent a399f91 commit b32eea0
Show file tree
Hide file tree
Showing 27 changed files with 797 additions and 964 deletions.
9 changes: 5 additions & 4 deletions ZipExtractor-Bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ repositories {
}

dependencies {
compile group: 'org.bstats', name: 'bstats-bukkit', version:'1.4'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.13.2-R0.1-SNAPSHOT'
compile project(':ZipExtractor-Core')
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'

implementation project(':ZipExtractor-Core')
implementation 'org.bstats:bstats-bukkit:1.4'
}

shadowJar {
classifier 'dist'

relocate 'org.bstats', 'com.dscalzi.zipextractor.bukkit.bstats'

minimize()
}
Loading

0 comments on commit b32eea0

Please sign in to comment.