Skip to content

Commit 8a7c2d5

Browse files
committed
Fix plugin tags
1 parent d2daff7 commit 8a7c2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ext {
1616
pluginBundle {
1717
website = 'https://github.com/jsonschema2dataclass/js2d-gradle'
1818
vcsUrl = 'https://github.com/jsonschema2dataclass/js2d-gradle.git'
19-
tags = ['json-schema', 'jsonschema', 'generator', 'pojo', 'jsonschema2pojo', 'dataclass', 'data', 'json', 'generation', 'jsonschema2dataclass']
19+
tags = ['json-schema', 'jsonschema', 'generator', 'pojo', 'jsonschema2pojo', 'dataclass', 'data', 'json', 'generation', 'jsonschema2dataclass', 'java']
2020
}
2121

2222

@@ -26,8 +26,8 @@ gradlePlugin {
2626
id = 'org.jsonschema2dataclass'
2727
version = getTag()
2828
implementationClass = 'com.github.eirnym.js2p.JsonSchemaPlugin'
29-
displayName = 'Official Gradle JsonSchema2Pojo Plugin'
30-
description = 'A plugins that generates Java or Scala sources from JsonSchema using jsonschema2pojo. Please, see the GitHub page for details'
29+
displayName = 'Extended Gradle JsonSchema2Pojo Plugin'
30+
description = 'A plugins that generates Java sources from JsonSchema using jsonschema2pojo. Please, see the GitHub page for details'
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)