task generateSar( type: JavaExec) {
description = ‘Create sar file for all operations’
sirDir = new File("${bill-info}/sar_files")
sirDir.mkdirs()
inputs.dir aifSrcDir
outputs.dir sarFile } this is a gradle build of project bill-info if i run master project gradle build “sar_files” directory is created in bill-info’s project
bill-info/build/sar_files.(this’s working in windows)
But this’s not working on unix machine.