Skip to content

Commit

Permalink
Cleanup build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Feb 26, 2023
1 parent e480b32 commit fcb467d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit fcb467d

Please sign in to comment.