Bridge: release candidate
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
group = 'asys'
|
||||
version = '0.8.3-SNAPSHOT'
|
||||
version = '0.8.4'
|
||||
|
||||
repositories {
|
||||
maven { url 'https://hub.spigotmc.org/nexus/content/groups/public/' }
|
||||
@@ -22,6 +22,7 @@ compileJava {
|
||||
|
||||
jar {
|
||||
dependsOn configurations.include
|
||||
baseName = project.group + '.' + project.name
|
||||
from { configurations.include.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user