We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d06b5 commit 1917842Copy full SHA for 1917842
modules/jooby-gradle-plugin/build.gradle
@@ -42,12 +42,14 @@ gradlePlugin {
42
implementationClass = 'io.jooby.gradle.JoobyPlugin'
43
displayName = 'Jooby Run plugin'
44
tags = ['jooby', 'run']
45
+ description = 'Run/restart your application on code changes without exiting the JVM'
46
}
47
openAPI {
48
id = 'io.jooby.openAPI'
49
50
displayName = 'Jooby OpenAPI plugin'
51
tags = ['jooby', 'openAPI']
52
+ description = 'Generates an Open-API compatible output from your application'
53
54
55
0 commit comments