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 ace98ff commit bcfe366Copy full SHA for bcfe366
compile/build.gradle
@@ -9,7 +9,7 @@ gradlePlugin {
9
compilePlugin {
10
id = 'org.seasar.doma.compile'
11
displayName = 'Doma Compile Plugin'
12
- description = 'Allow annotation processors to read Doma resources at compile-time'
+ description = 'Allows annotation processors to read Doma resources at compile-time'
13
implementationClass = 'org.seasar.doma.gradle.CompilePlugin'
14
}
15
0 commit comments