export TERM=âdumbâ
if [ -e ./gradlew ]; then ./gradlew dependencies;else gradle dependencies;fi
Parallel execution with configuration on demand is an incubating feature.
Build tools 23.0.2 missing. DownloadingâŚ
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project â:appâ.
failed to find Build Tools revision 23.0.2
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
woops, seems to work now. Thanks!
This is offtopic, but how can set up environment variable like JAVA8_HOME to jdk8? I found list of all jdk, but I cant find their paths.
You can try doing an SSH build to figure out the exact path, and then use the machine: environment section in your circle.yml to set the variable to the right value.