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 aa251b0 commit 27578f4Copy full SHA for 27578f4
.circleci/config.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
working_directory: /app
5
docker:
6
- - image: java:openjdk-8-jdk
+ - image: classmethod/openjdk-with-git:8-jdk
7
- image: redis:2.8.23
8
environment:
9
_JAVA_OPTIONS: -Xmx3G
@@ -182,7 +182,7 @@ jobs:
182
183
- deploy:
184
name: Deploy bintray
185
- command: ./gradlew assemble bintrayUpload
+ command: ./gradlew assemble publish showVersion
186
- save_cache:
187
key: barista-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}-{{ checksum "build.gradle" }}-{{ checksum "gradle.properties" }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
188
paths:
0 commit comments