We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9482f1e commit 587c617Copy full SHA for 587c617
jbbp-plugins/jbbp-gradle/build.gradle
@@ -66,6 +66,7 @@ sourceSets {
66
pluginBundle {
67
website = 'https://github.com/raydac/java-binary-block-parser'
68
vcsUrl = 'https://github.com/raydac/java-binary-block-parser'
69
+ description = 'The plug-in processes JBBP scripts and generate Java classes from them'
70
tags = ['jbbp', 'converter']
71
}
72
@@ -74,8 +75,8 @@ gradlePlugin {
74
75
jbbpPlugin {
76
id = 'com.igormaznitsa.gradle.jbbp'
77
displayName = 'JBBP Sources Generator plugin'
- description = 'Plugin allows to generate Java classes from JBBP scripts'
78
implementationClass = 'com.igormaznitsa.jbbp.plugin.gradle.JBBPPlugin'
79
80
81
82
0 commit comments