mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Set the gradle shadowJar name to Holocore.jar
This commit is contained in:
@@ -31,6 +31,10 @@ test {
|
||||
include 'main/TestAll.class' // to run only a single test case
|
||||
}
|
||||
|
||||
shadowJar{
|
||||
archiveName = "Holocore.${extension}"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'lib', include: ['*.jar'])
|
||||
testCompile fileTree(dir: 'lib', include: ['*.jar'])
|
||||
|
||||
Reference in New Issue
Block a user