Skip to content

Commit 1917842

Browse files
committed
gradle: add description to plugins
1 parent 10d06b5 commit 1917842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/jooby-gradle-plugin/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ gradlePlugin {
4242
implementationClass = 'io.jooby.gradle.JoobyPlugin'
4343
displayName = 'Jooby Run plugin'
4444
tags = ['jooby', 'run']
45+
description = 'Run/restart your application on code changes without exiting the JVM'
4546
}
4647
openAPI {
4748
id = 'io.jooby.openAPI'
4849
implementationClass = 'io.jooby.gradle.JoobyPlugin'
4950
displayName = 'Jooby OpenAPI plugin'
5051
tags = ['jooby', 'openAPI']
52+
description = 'Generates an Open-API compatible output from your application'
5153
}
5254
}
5355
}

0 commit comments

Comments
 (0)