Skip to content

Commit

Permalink
minor: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Oct 22, 2022
1 parent f7f93d4 commit 40c8893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ version: 2
jobs:
build:
docker:
- image: checkstyle/sonarqube-maven-git:7.7-community-8c1737e
- image: checkstyle/jdk-11-groovy-git-mvn:11.0.13__3.0.9__2.25.1__3.6.3
- image: sonarqube:9.0-community

working_directory: ~/repo

environment:
# Customize the JVM maximum heap limit
MAVEN_OPTS: -Xmx3200m
USER_HOME_DIR: "/root"

steps:
- checkout
Expand Down

0 comments on commit 40c8893

Please sign in to comment.