From 63c0768c2043576540a86acb25b20808177272db Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 3 Feb 2024 17:36:59 +0000 Subject: [PATCH] build: `conan-gitpod-mp-units` remote added to gitpod --- .gitpod/conan/remotes.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitpod/conan/remotes.json diff --git a/.gitpod/conan/remotes.json b/.gitpod/conan/remotes.json new file mode 100644 index 00000000..0e6cfbe1 --- /dev/null +++ b/.gitpod/conan/remotes.json @@ -0,0 +1,14 @@ +{ + "remotes": [ + { + "name": "conancenter", + "url": "https://center.conan.io", + "verify_ssl": true + }, + { + "name": "conan-gitpod-mp-units", + "url": "https://mpusz.jfrog.io/artifactory/api/conan/conan-gitpod-mp-units", + "verify_ssl": true + } + ] +} \ No newline at end of file