summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2022-05-20 22:43:17 +0200
committerGitHub <noreply@github.com>2022-05-20 22:43:17 +0200
commit243a4d6e601c09217edcff35790400b48652047f (patch)
treec65c60fbd62ed454eb7d6d9513b6fc838def0ea4 /tenant-cd-api
parent37d915ab1872688591a9e9e59c9a3336d8d37e7e (diff)
parent479a1dd853675e5511417e9fd77cd9826c471fe6 (diff)
Merge pull request #22689 from vespa-engine/hakonhall/installjar-cmake-function
install_jar CMake function
Diffstat (limited to 'tenant-cd-api')
-rw-r--r--tenant-cd-api/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tenant-cd-api/CMakeLists.txt b/tenant-cd-api/CMakeLists.txt
index d5155ec34d1..741e0759071 100644
--- a/tenant-cd-api/CMakeLists.txt
+++ b/tenant-cd-api/CMakeLists.txt
@@ -1,2 +1,2 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(tenant-cd-api)
+install_jar(tenant-cd-api-jar-with-dependencies.jar)