From f45dd1b5495cdda1a021e7291fc8829d3c52a891 Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar Date: Thu, 26 Jan 2023 15:34:19 -0600 Subject: [PATCH] fix build --- .circleci/config.yml | 2 +- .dependencies.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32580982782..a7cf93bb546 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ aliases: - checkout - platform-orb/load-dependencies - run: java -version - - run: mvn clean install -Dmaven.test.skip.exec=true + - run: mvn clean install -Pci -Dmaven.test.skip.exec=true - run: mvn test - run: no_output_timeout: 30m diff --git a/.dependencies.yml b/.dependencies.yml index 907adb46900..7996b94e0c9 100644 --- a/.dependencies.yml +++ b/.dependencies.yml @@ -1,3 +1,19 @@ +# +# Copyright 2023-Present Okta, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + vault: - OKTA_CLIENT_ORGURL: devex/okta-sdk-java: OKTA_CLIENT_ORGURL