Skip to content

Commit

Permalink
Upgrade build environment of sonar jobs on CircleCI (#562)
Browse files Browse the repository at this point in the history
ci: Upgrade build environment of sonar jobs on CircleCI

Signed-off-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
  • Loading branch information
ohbus committed Feb 1, 2021
1 parent 659a0c5 commit efe7bcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- ~/.m2

sonar:
machine: true
docker:
- image: circleci/openjdk:11
steps:
- checkout
- restore_cache:
Expand All @@ -76,7 +77,8 @@ jobs:
- ~/.m2

sonar-pr:
machine: true
docker:
- image: circleci/openjdk:11
steps:
- checkout
- restore_cache:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Usage:
./scripts/extract-changelog-for-version.sh 1.3.37 5
```
### 1.2.0-SNAPSHOT
* Fix [#558:](https://github.com/eclipse/jkube/issues/558) Update CircleCI sonar jobs to run using JDK 11 enviornment.

### 1.1.0 (2021-01-28)
* Fix #455: Use OpenShiftServer with JUnit rule instead of directly instantiating the OpenShiftMockServer
Expand Down

0 comments on commit efe7bcc

Please sign in to comment.