mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-12 22:45:18 -04: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