Skip to content

Commit

Permalink
Merge pull request #3 from Liftric/chore/add_plugin_description
Browse files Browse the repository at this point in the history
chore: add plugin description
  • Loading branch information
nvima authored Aug 14, 2024
2 parents e1d0373 + dcd5665 commit bbd083f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ gradlePlugin {
id = "$group.s3-apt-repository-plugin"
implementationClass = "$group.apt.S3AptRepositoryPlugin"
displayName = "s3-apt-repository-plugin"
description = "A Gradle Plugin for managing an APT Repository on S3"
tags.set(listOf("s3", "apt", "repository", "debian"))
}
}
Expand Down

0 comments on commit bbd083f

Please sign in to comment.