From 5915e66c127fdb8b959b61d8673525c19976a4c2 Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Fri, 10 Nov 2023 12:15:43 -0600 Subject: [PATCH] Remove commented out code --- R/build.gradle | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/R/build.gradle b/R/build.gradle index 2d4b084fcea..96c00db6d86 100644 --- a/R/build.gradle +++ b/R/build.gradle @@ -155,16 +155,5 @@ def rClientDoc = Docker.registerDockerTask(project, 'rClientDoc') { containerOutPath = "${prefix}/src/rdeephaven/man" } -//task updateRClientDoc { -// dependsOn rClientDoc -// doLast { -// exec { -// workingDir '.' -// commandLine 'rm', '-f', 'rdeephaven/man/*' -// commandLine 'tar', '-C', 'rdeephaven', '-zxvf', 'build/man/man.tgz' -// } -// } -//} - deephavenDocker.shouldLogIfTaskFails testRClient tasks.check.dependsOn(testRClient)