Skip to content

Commit

Permalink
Merge pull request #28 from crazzyghost/upgrade-sonar-image-dependencies
Browse files Browse the repository at this point in the history
update circleci sonarcloud image dependencies
  • Loading branch information
crazzyghost authored Jan 23, 2024
2 parents 72a34ec + 9cc2492 commit 6a2345a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
- image: cimg/openjdk:8.0.312

working_directory: ~/repo

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- build/*
sonar:
docker:
- image: circleci/openjdk:11-jdk
- image: cimg/openjdk:17.0.6
steps:
- checkout
- attach_workspace:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,5 @@ bin/**

_config.yml
site/**
.python-version
.python-version
.java-version
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'jacoco'
id "org.sonarqube" version "3.3"
id "org.sonarqube" version "4.0.0.2929"
}

group = 'com.github.crazzyghost'
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
rootProject.name = 'alphavantage'
System.setProperty("sonar.gradle.skipCompile", "true")

0 comments on commit 6a2345a

Please sign in to comment.