diff --git a/build.gradle b/build.gradle deleted file mode 100644 index 62dea65..0000000 --- a/build.gradle +++ /dev/null @@ -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' - } -}