File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ checkstyle {
106
106
107
107
task S3Upload (type : S3Upload /* , dependsOn: buildPluginZip*/ ) {
108
108
bucket = s3_bucket
109
- key = " elasticsearch/${ project.name} -${ version} .zip"
109
+ key = " elasticsearch/elasticsearch- ${ project.name} -${ version} .zip"
110
110
file = " build/distributions/${ project.name} -${ version} .zip"
111
111
}
112
112
@@ -133,7 +133,6 @@ task release() {
133
133
println (" SNAPSHOT: Nothing to release !" )
134
134
}
135
135
} else {
136
- // dependsOn(["S3Upload", "githubRelease"])
137
- dependsOn(" S3Upload" )
136
+ dependsOn([" S3Upload" , " githubRelease" ])
138
137
}
139
138
}
Original file line number Diff line number Diff line change 1
- rootProject. name = " elasticsearch- prometheus-exporter"
1
+ rootProject. name = " prometheus-exporter"
You can’t perform that action at this time.
0 commit comments