mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Fixes #1113
This commit is contained in:
parent
277ff8f787
commit
c1f9120cee
@ -17,8 +17,12 @@ processResources {
|
||||
}
|
||||
}
|
||||
|
||||
jar.destinationDir = file '../target'
|
||||
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
|
||||
jar.doLast { task ->
|
||||
ant.checksum file: task.archivePath
|
||||
}
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(dependency('com.martiansoftware:jsap:2.1'))
|
||||
}
|
||||
archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
|
||||
destinationDir = file '../target'
|
||||
}
|
||||
|
||||
build.dependsOn(shadowJar)
|
@ -8,7 +8,6 @@ import com.martiansoftware.jsap.JSAPException;
|
||||
import com.martiansoftware.jsap.JSAPResult;
|
||||
import com.martiansoftware.jsap.UnflaggedOption;
|
||||
import com.martiansoftware.jsap.stringparsers.EnumeratedStringParser;
|
||||
import com.massivecraft.factions.P;
|
||||
import com.thevoxelbox.voxelsniper.Message;
|
||||
import com.thevoxelbox.voxelsniper.SnipeData;
|
||||
import com.thevoxelbox.voxelsniper.Undo;
|
||||
|
Loading…
Reference in New Issue
Block a user