Browse Source

Make sure we create jars from meta builds.

pull/52/head
Chris Smith 9 years ago
parent
commit
63e9ff0e5d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      circle.yml

+ 1
- 1
circle.yml View File

@@ -18,7 +18,7 @@ dependencies:
18 18
 
19 19
 test:
20 20
   override:
21
-    - ./gradlew --stacktrace --parallel test
21
+    - ./gradlew --stacktrace --parallel jar test
22 22
 
23 23
 general:
24 24
   artifacts:

Loading…
Cancel
Save