Skip to content

Commit

Permalink
Change plugin ID
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Apr 26, 2024
1 parent a9cb522 commit cf4deb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-plugins/build-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
gradlePlugin {
plugins {
create("artifact-size-metrics") {
id = "artifact-size-metrics"
id = "aws.sdk.kotlin.gradle.artifactsizemetrics"
implementationClass = "aws.sdk.kotlin.gradle.plugins.artifactsizemetrics.ArtifactSizeMetricsPlugin"
}
}
Expand Down

0 comments on commit cf4deb4

Please sign in to comment.