Closed esmasui closed 9 years ago
Following wercker.yml reproduce the issue.
box: uphyca/android:latest
build:
steps:
- script:
name: build
code: |
gradle --full-stacktrace --project-cache-dir=$WERCKER_CACHE_DIR build
This issue is reproduce when building first time after cleanup on both of environment, wercker or local.
$ ./gradlew clean
$ ./gradlew build
It is because JavaCompile.classpath does not contain didn't contain exploded-aar/*/jars/libs/.jar.
fixed via 11c9ff4c4b857c9fbfb349f07621aeaf31aabc32