Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Sep 28, 2023
1 parent abff1ca commit 886636b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases:
- &build_steps
- checkout
- run: java -version
- run: ./mvnw -ntp clean install -Pci
- run: ./mvnw -ntp clean install -Pci -Dlicense.skip=true

jobs:
jdk17:
Expand All @@ -23,8 +23,8 @@ jobs:
- image: cimg/openjdk:17.0.6
steps:
- checkout
- run: ./mvnw -ntp clean install -Pci -Dlicense.skip=true -Dmaven.test.skip.exec=true
- general-platform-helpers/step-load-dependencies
- run: ./mvnw -ntp clean install -Pci
- general-platform-helpers/step-run-snyk-monitor:
scan-all-projects: true
skip-unresolved: false
Expand Down

0 comments on commit 886636b

Please sign in to comment.