From d563a23ef150292a0baa488d7ed293d15e2b801c Mon Sep 17 00:00:00 2001 From: Anubhav Agrawal <68989156+Anubhvv@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:30:52 +0530 Subject: [PATCH] Update fluentui-maven-central-publish-1espt.yml for Azure Pipelines --- fluentui-maven-central-publish-1espt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluentui-maven-central-publish-1espt.yml b/fluentui-maven-central-publish-1espt.yml index c9df8660b..7961e9ba8 100644 --- a/fluentui-maven-central-publish-1espt.yml +++ b/fluentui-maven-central-publish-1espt.yml @@ -80,7 +80,7 @@ extends: gradleWrapperFile: "gradlew" tasks: "publish" javaHomeOption: "JDKVersion" - jdkVersionOption: "1.11" + jdkVersionOption: "$(jdkVersion)" options: "-PGPGSigningKeyID=$(gpgSignKey) -PGPGSigningPassword=$(gpgSignPassword) -PSigningSecretKeyRingFile=$(gpgSecretFileParentPath) -PmavenUserName=$(mavenUsername) -PmavenPassword=$(mavenPassword) -Pdeveloper_id=$(developer_id) -Pdeveloper_name=\"$(developer_name)\" -Pdeveloper_email=$(developer_email)" - task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0 displayName: 📒 Generate Manifest