mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Updated bld zip file name
This commit is contained in:
parent
e5a27c9802
commit
c481625216
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ public class BldBuild extends Project {
|
|||
|
||||
zipBldOperation
|
||||
.destinationDirectory(buildDistDirectory())
|
||||
.destinationFileName("rife2-" + version() + "-bld.zip");
|
||||
.destinationFileName("bld-" + version() + ".zip");
|
||||
|
||||
testsBadgeOperation
|
||||
.classpath(core_src_main_resources_directory.getAbsolutePath())
|
||||
|
@ -156,7 +156,7 @@ public class BldBuild extends Project {
|
|||
.signKey(property("sign.key"))
|
||||
.signPassphrase(property("sign.passphrase")))
|
||||
.artifacts(
|
||||
new PublishArtifact(zipBldOperation.destinationFile(), "bld", "zip"));
|
||||
new PublishArtifact(zipBldOperation.destinationFile(), "", "zip"));
|
||||
}
|
||||
|
||||
void propagateJavaProperties(JavaOptions options, String... names) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue