Skip to content

Commit

Permalink
chore: update circleCI to use latest java 17 and 21 versions and remo…
Browse files Browse the repository at this point in the history
…ve OWASP dependency check
  • Loading branch information
jscancella committed Feb 4, 2024
1 parent b43e048 commit 3fd193c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-java17:
docker:
# specify the version you desire here
- image: cimg/openjdk:17.0.10
- image: cimg/openjdk:17.0

working_directory: ~/repo

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
//https://discuss.gradle.org/t/how-do-i-include-buildscript-block-from-external-gradle-script/7016/2
id "com.github.nbaztec.coveralls-jacoco" version "1.2.18"
id "de.aaschmid.cpd" version "3.3"
id "org.owasp.dependencycheck" version "8.4.3"
id "org.ajoberstar.grgit" version "5.2.1"
id "com.github.spotbugs" version "6.0.7"
id 'info.solidsoft.pitest' version '1.15.0'
Expand Down
7 changes: 0 additions & 7 deletions code-quality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ cpdCheck {
}
}

dependencyCheck {
skipTestGroups=true
skipConfigurations=['spotbugs','cpd'] //don't look for vulnerabilities in the build plugins
outputDirectory="$buildDir/reports/OWASP"
failBuildOnCVSS=7
}

pitest {
//turn on to figure out why BagitProfileTest is failing
//verbose = true
Expand Down

0 comments on commit 3fd193c

Please sign in to comment.