Removed a legacy buildfile

This commit is contained in:
Šesták Vít
2017-07-31 16:20:22 +02:00
parent bff5478355
commit 5534b442dc

View File

@@ -1,9 +0,0 @@
task buildPlayApp(type:Exec){
//environment("JAVA_HOME", System.getProperty("java.home"))
if(System.getProperty("os.name").toLowerCase().startsWith("win")){
// unsupported OS because of silent fails; commandLine 'cmd', '/c', 'activator', 'stage'
commandLine 'report_error'
}else{
commandLine './activator', 'clean', 'dist'
}
}