Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jun 17, 2023
1 parent 9482f1e commit 587c617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jbbp-plugins/jbbp-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ sourceSets {
pluginBundle {
website = 'https://github.com/raydac/java-binary-block-parser'
vcsUrl = 'https://github.com/raydac/java-binary-block-parser'
description = 'The plug-in processes JBBP scripts and generate Java classes from them'
tags = ['jbbp', 'converter']
}

Expand All @@ -74,8 +75,8 @@ gradlePlugin {
jbbpPlugin {
id = 'com.igormaznitsa.gradle.jbbp'
displayName = 'JBBP Sources Generator plugin'
description = 'Plugin allows to generate Java classes from JBBP scripts'
implementationClass = 'com.igormaznitsa.jbbp.plugin.gradle.JBBPPlugin'
description = 'The plug-in processes JBBP scripts and generate Java classes from them'
}
}
}
Expand Down

0 comments on commit 587c617

Please sign in to comment.