Commit 8db642e7 authored by Mygod's avatar Mygod

Refine build.gradle format

parent fca0e87b
import org.apache.tools.ant.taskdefs.condition.Os
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
...@@ -43,8 +45,6 @@ task goClean(type: Exec) { ...@@ -43,8 +45,6 @@ task goClean(type: Exec) {
args "-c", "src/overture/clean.bash" args "-c", "src/overture/clean.bash"
} }
import org.apache.tools.ant.taskdefs.condition.Os
tasks.whenTaskAdded { task -> tasks.whenTaskAdded { task ->
if ((task.name == 'generateJsonModelDebug' || if ((task.name == 'generateJsonModelDebug' ||
task.name == 'generateJsonModelRelease') && task.name == 'generateJsonModelRelease') &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment