Skip to content

Commit 587c617

Browse files
committed
updated
1 parent 9482f1e commit 587c617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jbbp-plugins/jbbp-gradle/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ sourceSets {
6666
pluginBundle {
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
}

0 commit comments

Comments
 (0)