From 07655df86c261c753b43790f5f7d9b8136b15a91 Mon Sep 17 00:00:00 2001 From: Lukas Spalek Date: Tue, 9 Mar 2021 11:37:20 +0100 Subject: [PATCH] EPNG-7964 - test --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 1d92dd9..e8ba0d9 100644 --- a/build.gradle +++ b/build.gradle @@ -47,6 +47,10 @@ task setupVariables { println "Key is null: ${signingKeyId == null} " + def file = new File(signingSecretKeyRingFile) + + print "File exists: ${file.exists()}" + if (!nexusUsername || !nexusPassword) { throw new RuntimeException("nexusUsername and/or nexusPassword are not defined environment variables") }