Skip to content

Commit 65c3c43

Browse files
committed
Fix warning "Variable 'releaseTag' is never used"
1 parent 2090268 commit 65c3c43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/plugins/artifactsizemetrics/PutArtifactSizeMetricsInCloudWatch.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ internal abstract class PutArtifactSizeMetricsInCloudWatch : DefaultTask() {
3636
fun put() {
3737
val currentTime = Instant.now()
3838
val pluginConfig = project.rootProject.extensions.getByType(ArtifactSizeMetricsPluginConfig::class.java)
39-
val releaseTag = project.stringPropertyNotNull("release")
4039

4140
val metrics = metricsFile
4241
.get()

0 commit comments

Comments
 (0)