Gradle Exec Task Type

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Example

task bats(type: Exec) {
  workingDir 'src/test/docker'
  commandLine 'bats', 'tests.bats'
}