Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 10, 2023
1 parent a3e732a commit 5915e66
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions R/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 5915e66

Please sign in to comment.