From f7e6def1cafeca5385ef194c607993f55d66cae9 Mon Sep 17 00:00:00 2001 From: Vladimir Lagunov Date: Wed, 10 Apr 2024 11:44:24 +0200 Subject: [PATCH] Attempt to build on CI: try another syntax --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8bf2d55f..6fc6ec21 100644 --- a/build.gradle +++ b/build.gradle @@ -243,8 +243,8 @@ publishing { maven { url publicationRepositoryUrl credentials { - username = publicationUsername - password = publicationPassword + username publicationUsername + password publicationPassword } } }