From 81d780f081c768b55ce6fdd54c818e9f268827b4 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 13 Jun 2023 18:13:23 +0200 Subject: [PATCH] Change password to a secret --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 59d1cfe..bdf0a21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ fabric_version=0.75.1+1.19.3 maven_group=fr.altarik.toolbox maven_version=4.1.0-SNAPSHOT repo_username=Altarik -repo_password=password +repo_password=REPO_PASSWORD