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 cc73381 commit 3bfd719Copy full SHA for 3bfd719
.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
30
31
muzzle:
32
docker:
33
- - image: circleci/openjdk:11.0.6-jdk-buster
+ - image: cimg/openjdk:11.0
34
working_directory: ~/repo
35
environment:
36
# Customize the JVM maximum heap limit
@@ -42,7 +42,7 @@ jobs:
42
43
release-bintray-publish:
44
45
46
steps:
47
- setup_build_environment
48
- run: echo "Releasing version" && ./gradlew printVersion
0 commit comments