Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
changed rpm and deb artifact name (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-zh authored Aug 21, 2020
1 parent e52db25 commit af3f9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ validateNebulaPom.enabled = false
// This is afterEvaluate because the bundlePlugin ZIP task is updated afterEvaluate and changes the ZIP name to match the plugin name
afterEvaluate {
ospackage {
packageName = "${name}"
packageName = "${rootProject.name}"
release = isSnapshot ? "0.1" : '1'
version = "${project.version}" - "-SNAPSHOT"

Expand Down

0 comments on commit af3f9f1

Please sign in to comment.