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 02c9487 commit 9901936Copy full SHA for 9901936
1 file changed
build.gradle.kts
@@ -327,7 +327,7 @@ tasks.withType<GroovyCompile>().configureEach {
327
// TODO(tsr): gzip. also register this task in ProjectPlugin
328
// To run:
329
// ```
330
-// ./gradlew :readFile --input path/to/gzipped-file
+// ./gradlew :gunzip --file path/to/gzipped-file
331
332
tasks.register<com.autonomousapps.convention.tasks.GunzipTask>("gunzip") {
333
runtimeClasspath.setFrom(sourceSets.main.map { it.runtimeClasspath })
0 commit comments