We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9ad6e commit 954a331Copy full SHA for 954a331
wercker.yml
@@ -6,4 +6,6 @@ build:
6
- script:
7
name: "Refresh dependencies & Build"
8
code: |
9
- ./gradlew --refresh-dependencies
+ git submodule init
10
+ git submodule update
11
+ ./gradlew --refresh-dependencies
0 commit comments