Commit b52b3563 authored by Mygod's avatar Mygod

Fix build script

parent 66f01b69
...@@ -66,7 +66,9 @@ cargo { ...@@ -66,7 +66,9 @@ cargo {
} }
} }
preBuild.dependsOn "cargoBuild" tasks.whenTaskAdded { task ->
if (task.name == 'javaPreCompileDebug' || task.name == 'javaPreCompileRelease') task.dependsOn 'cargoBuild'
}
def coroutinesVersion = '1.3.5' def coroutinesVersion = '1.3.5'
def roomVersion = '2.2.5' def roomVersion = '2.2.5'
......
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