File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ sourceSets {
6666pluginBundle {
6767 website = ' https://github.com/raydac/java-binary-block-parser'
6868 vcsUrl = ' https://github.com/raydac/java-binary-block-parser'
69+ description = ' The plug-in processes JBBP scripts and generate Java classes from them'
6970 tags = [' jbbp' , ' converter' ]
7071}
7172
@@ -74,8 +75,8 @@ gradlePlugin {
7475 jbbpPlugin {
7576 id = ' com.igormaznitsa.gradle.jbbp'
7677 displayName = ' JBBP Sources Generator plugin'
77- description = ' Plugin allows to generate Java classes from JBBP scripts'
7878 implementationClass = ' com.igormaznitsa.jbbp.plugin.gradle.JBBPPlugin'
79+ description = ' The plug-in processes JBBP scripts and generate Java classes from them'
7980 }
8081 }
8182}
You can’t perform that action at this time.
0 commit comments