Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Fixes #1113
Dieser Commit ist enthalten in:
Ursprung
277ff8f787
Commit
c1f9120cee
@ -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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren