diff --git a/build.gradle.kts b/build.gradle.kts index 5c9f64a..35bbf26 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,9 +49,9 @@ gradlePlugin { plugins { create("android-retrofix") { id = "$group.$name" - displayName = "Android RetroFix" - description = project.description implementationClass = "$group.android.retrofix.RetroFixPlugin" + displayName = metadata.readableName.get() + description = project.description } } }