mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 00:29:38 +01:00
Initial commit
This commit is contained in:
9
build.gradle
Normal file
9
build.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user