Skip to content

Commit

Permalink
fix: add tags to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrick Rouxel committed Sep 30, 2024
1 parent 1e14998 commit cdf3f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ gradlePlugin {
id = 'fr.pierrickrouxel.jpa-entity-generator'
displayName = 'Plugin for generate JPA entities from and existant database'
description = 'A plugin that helps you reverse you databases'
tags.addAll('java', 'jpa', 'entity', 'generator')
implementationClass = 'fr.pierrickrouxel.jpaentitygenerator.gradle.JpaEntityGeneratorPlugin'
}
}
Expand Down

0 comments on commit cdf3f1c

Please sign in to comment.