We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee12da commit 9109f5aCopy full SHA for 9109f5a
1 file changed
build.gradle.kts
@@ -16,7 +16,7 @@ tasks.register("checkstyle") {
16
17
tasks.register("install") {
18
dependsOn(":library:install", "vorbis:install")
19
- description = "Installs Maven artifacts to the local repository."
+ description = "Installs the Maven artifacts to the local repository."
20
}
21
tasks.register("release") {
22
dependsOn("library:release", "vorbis:release")
0 commit comments