Included module command files in jar
This commit is contained in:
@@ -15,4 +15,13 @@ dependencies {
|
||||
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
|
||||
|
||||
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
resources {
|
||||
srcDir 'src/main/java'
|
||||
include '**/*.cmd'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user