From 3cb909475ff27332e3bdc85543286b9b95e2523e Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Fri, 20 May 2022 15:16:43 +0200 Subject: install_jar CMake function --- cloud-tenant-cd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud-tenant-cd') diff --git a/cloud-tenant-cd/CMakeLists.txt b/cloud-tenant-cd/CMakeLists.txt index e9498d21871..74ce3f5d7ec 100644 --- a/cloud-tenant-cd/CMakeLists.txt +++ b/cloud-tenant-cd/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(cloud-tenant-cd) +install_jar(cloud-tenant-cd-jar-with-dependencies.jar) -- cgit v1.2.3