jt416
jt416
Have a workaround (though I'm sure there is a more elegant way to do it): ``` taskGraph.whenReady { taskGraph -> if (taskGraph.hasTask(":executeOnRemote")) { gradle.rootProject.executeOnRemote.doFirst { def newArgs = rootProject.executeOnRemote.args.collect {...
No joy. I have tried with Android Studio and with this simple tasks command. Notice that no REMOTE GRADLE ARGUMENTS are printed. ``` $ ./gradlew tasks --project-prop "android.injected.studio.version=foo bar" >...
I have commented out the entire taskGraph.whenReady block. Note, in these examples I am running from Cygwin terminal. The behavior appears to match running from Android Studio. First run 1.5.3-RC-7...
``` > Task :executeOnRemote FAILURE: Build failed with an exception. * What went wrong: Task 'bar' not found in root project 'UcmClient'. * Try: > Run gradlew tasks to get...
Sorry for the delay. Still failing. ``` $ ./gradlew tasks --project-prop "android.injected.studio.version=foo bar" > Configure project : Here's Mirakle 1.5.3-RC-9. All tasks will be executed on ubuntu-32534-jthi. > Task :executeOnRemote...
I was able to get all the basic lessons to run on 32-bit ARM (on kernel 4.19). I had to tweak the Makefiles for cross-tool support and add large file...