Skip to content

Commit 9109f5a

Browse files
committed
build.gradle.kts: tweak a build message
1 parent aee12da commit 9109f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks.register("checkstyle") {
1616

1717
tasks.register("install") {
1818
dependsOn(":library:install", "vorbis:install")
19-
description = "Installs Maven artifacts to the local repository."
19+
description = "Installs the Maven artifacts to the local repository."
2020
}
2121
tasks.register("release") {
2222
dependsOn("library:release", "vorbis:release")

0 commit comments

Comments
 (0)