Skip to content

Commit 9901936

Browse files
chore: fix docs for gunzip task.
1 parent 02c9487 commit 9901936

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
@@ -327,7 +327,7 @@ tasks.withType<GroovyCompile>().configureEach {
327327
// TODO(tsr): gzip. also register this task in ProjectPlugin
328328
// To run:
329329
// ```
330-
// ./gradlew :readFile --input path/to/gzipped-file
330+
// ./gradlew :gunzip --file path/to/gzipped-file
331331
// ```
332332
tasks.register<com.autonomousapps.convention.tasks.GunzipTask>("gunzip") {
333333
runtimeClasspath.setFrom(sourceSets.main.map { it.runtimeClasspath })

0 commit comments

Comments
 (0)