task AnalyzeProject(type:Exec) { workingDir 'JArchitect console path' //on windows: commandLine 'cmd', '/c', 'JArchitect.Console.exe', 'your (.jdproj) file', '/OutDir', 'JArchitect output directory path' }
C:\myProject>gradle –q AnalyzeProject
Go to top