mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-08-02 05:14:04 +00:00
Fixes #1113
This commit is contained in:
@@ -17,8 +17,12 @@ processResources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
jar.destinationDir = file '../target'
|
shadowJar {
|
||||||
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
|
dependencies {
|
||||||
jar.doLast { task ->
|
include(dependency('com.martiansoftware:jsap:2.1'))
|
||||||
ant.checksum file: task.archivePath
|
}
|
||||||
}
|
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.JSAPResult;
|
||||||
import com.martiansoftware.jsap.UnflaggedOption;
|
import com.martiansoftware.jsap.UnflaggedOption;
|
||||||
import com.martiansoftware.jsap.stringparsers.EnumeratedStringParser;
|
import com.martiansoftware.jsap.stringparsers.EnumeratedStringParser;
|
||||||
import com.massivecraft.factions.P;
|
|
||||||
import com.thevoxelbox.voxelsniper.Message;
|
import com.thevoxelbox.voxelsniper.Message;
|
||||||
import com.thevoxelbox.voxelsniper.SnipeData;
|
import com.thevoxelbox.voxelsniper.SnipeData;
|
||||||
import com.thevoxelbox.voxelsniper.Undo;
|
import com.thevoxelbox.voxelsniper.Undo;
|
||||||
|
Reference in New Issue
Block a user